Html Css Color HEX #040C6C Navy

📋 copy color: '#040C6C'

red 4 ◦ green 12 ◦ blue 108

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

Shades of Navy #040C6C

Tints of Navy #040C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 87.1%

R = 3.23%
G = 9.68%
B = 87.1%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#040C6C (or 0x040C6C) is known color: Navy. HEX triplet: 04, 0C and 6C. RGB value is (4,12,108). Sum of RGB (Red+Green+Blue) = 4+12+108=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #040C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C6C is #FBF393. Grayscale: #141414. Windows color (decimal): -16511892 or 7080964. OLE color: 7080964.

HSL color Cylindrical-coordinate representation of color #040C6C: hue angle of 235.38º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040C6C is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 12 108 -
CMYK 0.96 0.89 0 0.58
HSL 235.38º 0.93% 0.22% -
HSV(B) 235.38º 0.96% 0.42% -
XYZ 2.89 1.37 14.3 -
YUV 20.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 4 12 108 0.96 0.89 0 0.58 235.38 0.93 0.22
Hex 4 C 6C 60 59 0 3A EB 5D 16
Octal 4 14 154 140 131 0 72 353 135 26
Binary 100 1100 1101100 1100000 1011001 0 111010 11101011 1011101 10110

Color Harmonies of #040C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C6C

Black with #040C6C

Text Example


Text Example

White with #040C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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