Html Css Color HEX #0C0478 Navy

📋 copy color: '#0C0478'

red 12 ◦ green 4 ◦ blue 120

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

Shades of Navy #0C0478

Tints of Navy #0C0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 88.24%

R = 8.82%
G = 2.94%
B = 88.24%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C0478 (or 0x0C0478) is known color: Navy. HEX triplet: 0C, 04 and 78. RGB value is (12,4,120). Sum of RGB (Red+Green+Blue) = 12+4+120=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C0478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0478 is #F3FB87. Grayscale: #131313. Windows color (decimal): -15989640 or 7865356. OLE color: 7865356.

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

Color convert

RGB 12 4 120 -
CMYK 0.90 0.97 0 0.53
HSL 244.14º 0.94% 0.24% -
HSV(B) 244.14º 0.97% 0.47% -
XYZ 3.59 1.52 17.87 -
YUV 19.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 12 4 120 0.90 0.97 0 0.53 244.14 0.94 0.24
Hex C 4 78 5A 61 0 35 F4 5E 18
Octal 14 4 170 132 141 0 65 364 136 30
Binary 1100 100 1111000 1011010 1100001 0 110101 11110100 1011110 11000

Color Harmonies of #0C0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0478

Black with #0C0478

Text Example


Text Example

White with #0C0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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