Html Css Color HEX #0C0473 Navy

📋 copy color: '#0C0473'

red 12 ◦ green 4 ◦ blue 115

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

Shades of Navy #0C0473

Tints of Navy #0C0473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 87.79%

R = 9.16%
G = 3.05%
B = 87.79%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C0473 (or 0x0C0473) is known color: Navy. HEX triplet: 0C, 04 and 73. RGB value is (12,4,115). Sum of RGB (Red+Green+Blue) = 12+4+115=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C0473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0473 is #F3FB8C. Grayscale: #121212. Windows color (decimal): -15989645 or 7537676. OLE color: 7537676.

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

Color convert

RGB 12 4 115 -
CMYK 0.90 0.97 0 0.55
HSL 244.32º 0.93% 0.23% -
HSV(B) 244.32º 0.97% 0.45% -
XYZ 3.29 1.4 16.32 -
YUV 19.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 12 4 115 0.90 0.97 0 0.55 244.32 0.93 0.23
Hex C 4 73 5A 61 0 37 F4 5D 17
Octal 14 4 163 132 141 0 67 364 135 27
Binary 1100 100 1110011 1011010 1100001 0 110111 11110100 1011101 10111

Color Harmonies of #0C0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0473

Black with #0C0473

Text Example


Text Example

White with #0C0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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