Html Css Color HEX #0C0271 Navy

📋 copy color: '#0C0271'

red 12 ◦ green 2 ◦ blue 113

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

Shades of Navy #0C0271

Tints of Navy #0C0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 113 (44.53% from 255) = 88.98%

R = 9.45%
G = 1.57%
B = 88.98%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C0271 (or 0x0C0271) is known color: Navy. HEX triplet: 0C, 02 and 71. RGB value is (12,2,113). Sum of RGB (Red+Green+Blue) = 12+2+113=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 113 (44.53% from 255 or 88.98% from 127); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C0271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0271 is #F3FD8E. Grayscale: #111111. Windows color (decimal): -15990159 or 7406092. OLE color: 7406092.

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

Color convert

RGB 12 2 113 -
CMYK 0.89 0.98 0 0.56
HSL 245.41º 0.97% 0.23% -
HSV(B) 245.41º 0.98% 0.44% -
XYZ 3.15 1.31 15.71 -
YUV 17.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 12 2 113 0.89 0.98 0 0.56 245.41 0.97 0.23
Hex C 2 71 59 62 0 38 F5 61 17
Octal 14 2 161 131 142 0 70 365 141 27
Binary 1100 10 1110001 1011001 1100010 0 111000 11110101 1100001 10111

Color Harmonies of #0C0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0271

Black with #0C0271

Text Example


Text Example

White with #0C0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,113); }

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

background-color css

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

 a { background-color: rgb(12,2,113); }

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

border-color css

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

 span { border-color: rgb(12,2,113); }

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