Html Css Color HEX #0C036E Navy

📋 copy color: '#0C036E'

red 12 ◦ green 3 ◦ blue 110

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

Shades of Navy #0C036E

Tints of Navy #0C036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 110 (43.36% from 255) = 88%

R = 9.6%
G = 2.4%
B = 88%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C036E (or 0x0C036E) is known color: Navy. HEX triplet: 0C, 03 and 6E. RGB value is (12,3,110). Sum of RGB (Red+Green+Blue) = 12+3+110=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 110 (43.36% from 255 or 88% from 125); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C036E is #F3FC91. Grayscale: #111111. Windows color (decimal): -15989906 or 7209740. OLE color: 7209740.

HSL color Cylindrical-coordinate representation of color #0C036E: hue angle of 245.05º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C036E is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 3 110 -
CMYK 0.89 0.97 0 0.57
HSL 245.05º 0.95% 0.22% -
HSV(B) 245.05º 0.97% 0.43% -
XYZ 3 1.27 14.84 -
YUV 17.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 12 3 110 0.89 0.97 0 0.57 245.05 0.95 0.22
Hex C 3 6E 59 61 0 39 F5 5F 16
Octal 14 3 156 131 141 0 71 365 137 26
Binary 1100 11 1101110 1011001 1100001 0 111001 11110101 1011111 10110

Color Harmonies of #0C036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C036E

Black with #0C036E

Text Example


Text Example

White with #0C036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,3,110); }

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

background-color css

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

 a { background-color: rgb(12,3,110); }

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

border-color css

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

 span { border-color: rgb(12,3,110); }

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