Html Css Color HEX #0C0476 Navy

📋 copy color: '#0C0476'

red 12 ◦ green 4 ◦ blue 118

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

Shades of Navy #0C0476

Tints of Navy #0C0476

RGB

 RED value IS 12 (5.08% from 255) = 8.96%

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 118 (46.48% from 255) = 88.06%

R = 8.96%
G = 2.99%
B = 88.06%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C0476 (or 0x0C0476) is known color: Navy. HEX triplet: 0C, 04 and 76. RGB value is (12,4,118). Sum of RGB (Red+Green+Blue) = 12+4+118=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C0476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0476 is #F3FB89. Grayscale: #121212. Windows color (decimal): -15989642 or 7734284. OLE color: 7734284.

HSL color Cylindrical-coordinate representation of color #0C0476: hue angle of 244.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0476 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 4 118 -
CMYK 0.90 0.97 0 0.54
HSL 244.21º 0.93% 0.24% -
HSV(B) 244.21º 0.97% 0.46% -
XYZ 3.47 1.47 17.24 -
YUV 19.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 12 4 118 0.90 0.97 0 0.54 244.21 0.93 0.24
Hex C 4 76 5A 61 0 36 F4 5D 18
Octal 14 4 166 132 141 0 66 364 135 30
Binary 1100 100 1110110 1011010 1100001 0 110110 11110100 1011101 11000

Color Harmonies of #0C0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0476

Black with #0C0476

Text Example


Text Example

White with #0C0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0476; }

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

 H1.HeaderClassName
 {
   color: #0C0476;
 }
 .AnyTagClassName
 {
   color: #0C0476;
 }
</style>

background-color css

<style>
 a { background-color: #0C0476; }

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

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

border-color css

<style>
 span { border-color: #0C0476; }

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

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