Html Css Color HEX #0C0178 Navy

📋 copy color: '#0C0178'

red 12 ◦ green 1 ◦ blue 120

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

Shades of Navy #0C0178

Tints of Navy #0C0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 9.02%
G = 0.75%
B = 90.23%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C0178 (or 0x0C0178) is known color: Navy. HEX triplet: 0C, 01 and 78. RGB value is (12,1,120). Sum of RGB (Red+Green+Blue) = 12+1+120=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 120 (47.27% from 255 or 90.23% from 133); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C0178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0178 is #F3FE87. Grayscale: #111111. Windows color (decimal): -15990408 or 7864588. OLE color: 7864588.

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

Color convert

RGB 12 1 120 -
CMYK 0.90 0.99 0 0.53
HSL 245.55º 0.98% 0.24% -
HSV(B) 245.55º 0.99% 0.47% -
XYZ 3.55 1.46 17.86 -
YUV 17.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 12 1 120 0.90 0.99 0 0.53 245.55 0.98 0.24
Hex C 1 78 5A 63 0 35 F6 62 18
Octal 14 1 170 132 143 0 65 366 142 30
Binary 1100 1 1111000 1011010 1100011 0 110101 11110110 1100010 11000

Color Harmonies of #0C0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0178

Black with #0C0178

Text Example


Text Example

White with #0C0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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