Html Css Color HEX #0C0477 Navy

📋 copy color: '#0C0477'

red 12 ◦ green 4 ◦ blue 119

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

Shades of Navy #0C0477

Tints of Navy #0C0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 88.15%

R = 8.89%
G = 2.96%
B = 88.15%

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

#0C0477 (or 0x0C0477) is known color: Navy. HEX triplet: 0C, 04 and 77. RGB value is (12,4,119). Sum of RGB (Red+Green+Blue) = 12+4+119=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0477 is #F3FB88. Grayscale: #131313. Windows color (decimal): -15989641 or 7799820. OLE color: 7799820.

HSL color Cylindrical-coordinate representation of color #0C0477: hue angle of 244.17º degrees, saturation: 0.93, 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 #0C0477 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 4 119 -
CMYK 0.90 0.97 0 0.53
HSL 244.17º 0.93% 0.24% -
HSV(B) 244.17º 0.97% 0.47% -
XYZ 3.52 1.5 17.56 -
YUV 19.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 12 4 119 0.90 0.97 0 0.53 244.17 0.93 0.24
Hex C 4 77 5A 61 0 35 F4 5D 18
Octal 14 4 167 132 141 0 65 364 135 30
Binary 1100 100 1110111 1011010 1100001 0 110101 11110100 1011101 11000

Color Harmonies of #0C0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0477

Black with #0C0477

Text Example


Text Example

White with #0C0477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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