Html Css Color HEX #0C0570 Navy

📋 copy color: '#0C0570'

red 12 ◦ green 5 ◦ blue 112

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

Shades of Navy #0C0570

Tints of Navy #0C0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

 BLUE value IS 112 (44.14% from 255) = 86.82%

R = 9.3%
G = 3.88%
B = 86.82%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C0570 (or 0x0C0570) is known color: Navy. HEX triplet: 0C, 05 and 70. RGB value is (12,5,112). Sum of RGB (Red+Green+Blue) = 12+5+112=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C0570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0570 is #F3FA8F. Grayscale: #121212. Windows color (decimal): -15989392 or 7341324. OLE color: 7341324.

HSL color Cylindrical-coordinate representation of color #0C0570: hue angle of 243.93º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0570 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 5 112 -
CMYK 0.89 0.96 0 0.56
HSL 243.93º 0.91% 0.23% -
HSV(B) 243.93º 0.96% 0.44% -
XYZ 3.13 1.36 15.43 -
YUV 19.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 12 5 112 0.89 0.96 0 0.56 243.93 0.91 0.23
Hex C 5 70 59 60 0 38 F4 5B 17
Octal 14 5 160 131 140 0 70 364 133 27
Binary 1100 101 1110000 1011001 1100000 0 111000 11110100 1011011 10111

Color Harmonies of #0C0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0570

Black with #0C0570

Text Example


Text Example

White with #0C0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,112); }

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

background-color css

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

 a { background-color: rgb(12,5,112); }

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

border-color css

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

 span { border-color: rgb(12,5,112); }

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