Html Css Color HEX #0C0474 Navy

📋 copy color: '#0C0474'

red 12 ◦ green 4 ◦ blue 116

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

Shades of Navy #0C0474

Tints of Navy #0C0474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 87.88%

R = 9.09%
G = 3.03%
B = 87.88%

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

#0C0474 (or 0x0C0474) is known color: Navy. HEX triplet: 0C, 04 and 74. RGB value is (12,4,116). Sum of RGB (Red+Green+Blue) = 12+4+116=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 116 (45.70% from 255 or 87.88% from 132); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C0474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0474 is #F3FB8B. Grayscale: #121212. Windows color (decimal): -15989644 or 7603212. OLE color: 7603212.

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

Color convert

RGB 12 4 116 -
CMYK 0.90 0.97 0 0.55
HSL 244.29º 0.93% 0.24% -
HSV(B) 244.29º 0.97% 0.45% -
XYZ 3.35 1.43 16.62 -
YUV 19.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 12 4 116 0.90 0.97 0 0.55 244.29 0.93 0.24
Hex C 4 74 5A 61 0 37 F4 5D 18
Octal 14 4 164 132 141 0 67 364 135 30
Binary 1100 100 1110100 1011010 1100001 0 110111 11110100 1011101 11000

Color Harmonies of #0C0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0474

Black with #0C0474

Text Example


Text Example

White with #0C0474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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