Html Css Color HEX #040C87 Dark Blue

📋 copy color: '#040C87'

red 4 ◦ green 12 ◦ blue 135

#040C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #040C87

Tints of Dark Blue #040C87

RGB

 RED value IS 4 (1.95% from 255) = 2.65%

 GREEN value IS 12 (5.08% from 255) = 7.95%

 BLUE value IS 135 (53.13% from 255) = 89.4%

R = 2.65%
G = 7.95%
B = 89.4%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#040C87 (or 0x040C87) is known color: Dark Blue. HEX triplet: 04, 0C and 87. RGB value is (4,12,135). Sum of RGB (Red+Green+Blue) = 4+12+135=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 135 (53.12% from 255 or 89.40% from 151); Max value from RGB is 135 - color contains mainly: blue. Hex color #040C87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C87 is #FBF378. Grayscale: #171717. Windows color (decimal): -16511865 or 8850436. OLE color: 8850436.

HSL color Cylindrical-coordinate representation of color #040C87: hue angle of 236.34º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040C87 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 12 135 -
CMYK 0.97 0.91 0 0.47
HSL 236.34º 0.94% 0.27% -
HSV(B) 236.34º 0.97% 0.53% -
XYZ 4.55 2.04 23.07 -
YUV 23.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 4 12 135 0.97 0.91 0 0.47 236.34 0.94 0.27
Hex 4 C 87 61 5B 0 2F EC 5E 1B
Octal 4 14 207 141 133 0 57 354 136 33
Binary 100 1100 10000111 1100001 1011011 0 101111 11101100 1011110 11011

Color Harmonies of #040C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C87

Black with #040C87

Text Example


Text Example

White with #040C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040C87; }

 p { color: rgb(4,12,135); }

 H1.HeaderClassName
 {
   color: #040C87;
 }
 .AnyTagClassName
 {
   color: #040C87;
 }
</style>

background-color css

<style>
 a { background-color: #040C87; }

 a { background-color: rgb(4,12,135); }

 div.DivClassName
 {
   background-color: #040C87;
 }
 .BgClassName
 {
   background-color: #040C87;
 }
</style>

border-color css

<style>
 span { border-color: #040C87; }

 span { border-color: rgb(4,12,135); }

 td.TdClassName
 {
   border-color: #040C87;
 }
 .TagClassName
 {
   border-color: #040C87;
 }
</style>