#0C036E

Color #0C036E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0C036E

Tints of Navy #0C036E

Color information

#0C036E (or 0x0C036E) is unknown color: approx 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

RGB123110-
CMYK0.890.9700.57
HSL245.05º94.69%22.16%-
HSV(B)245.05º97.27%43.14%-
XYZ31.2714.84-
YUV17.89179.98123.8-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1231100.890.9700.57245.0594.6922.16
HexC36E5961039f55f16
Octal14315613114107136513726
Binary110011110111010110011100001011100111110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>