Color Hex Logo

#042bae Color Hex

#042BAE
(4,43,174)
0 Favorites   0 Comments

Color spaces of #042bae

RGB 443174
HSL0.630.960.35
HSV226°98°68°
CMYK 0.980.750.00   0.32
XYZ8.55394.809640.5219
Yxy4.80960.15870.0893
Hunter Lab21.930831.2433-94.1995
CIE-Lab26.185342.2342-71.1267

#042bae color RGB value is (4,43,174).

#042bae hex color red value is 4, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #042bae hue: 0.63 , saturation: 0.96 and the lightness value of 042bae is 0.35.

The process color (four color CMYK) of #042bae color hex is 0.98, 0.75, 0.00, 0.32. Web safe color of #042bae is #003399. Color #042bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101011 10101110
Octal 4 53 256
Decimal 4 43 174
Hex 4 2B AE

RGB Percentages of Color #042bae

%1.81
%19.46
%78.73

CMYK Percentages of Color #042bae

%98
%75
%0
%32

Triadic Colors of #042bae

#042bae #ae042b #2bae04

Analogous Colors of #042bae

#042bae #3204ae #0480ae

Monochromatic Colors of #042bae

#042bae

Complementary Color

#042bae #ae8704

#042bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#042bae Color CSS Codes

.mybgcolor {background-color:#042bae; } 
.myforecolor {color:#042bae; }
.mybordercolor {border:3px solid #042bae; }

#042bae Text Font Color

<p style="color:#042bae">Text here</p>

This sample text font color is #042bae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#042bae Background Color

<div style="background-color:#042bae">
Div content here</div>

This div background color is #042bae


#042bae Border Color

<div style="border:3px solid #042bae">
Div here</div>

This div border color is #042bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,43,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #042bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #042bae;
  -webkit-box-shadow: 1px 1px 3px 2px #042bae;
  box-shadow:         1px 1px 3px 2px #042bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,43,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #042bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #042bae;
  -webkit-box-shadow: 1px 1px 3px 2px #042bae;
  box-shadow:         1px 1px 3px 2px #042bae;">
Div content here</div>

This div box has shadow with color #042bae


Comments

No comments written yet.

Please login to write comment.