#0C036F

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

Shades of Navy #0C036F

Tints of Navy #0C036F

Color information

#0C036F (or 0x0C036F) is unknown color: approx Navy. HEX triplet: 0C, 03 and 6F. RGB value is (12,3,111). Sum of RGB (Red+Green+Blue) = 12+3+111=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C036F is #F3FC90. Grayscale: #111111. Windows color (decimal): -15989905 or 7275276. OLE color: 7275276.

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

Color convert

RGB123111-
CMYK0.890.9700.56
HSL245º94.74%22.35%-
HSV(B)245º97.3%43.53%-
XYZ3.051.2915.13-
YUV18180.48123.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 111 (43.75% from 255) = 88.10%
R=9.52%
G=2.38%
B=88.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1231110.890.9700.5624594.7422.35
HexC36F5961038f55f16
Octal14315713114107036513726
Binary110011110111110110011100001011100011110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C036F;
 }
 .AnyTagClassName
 {
   color: #0C036F;
 }
</style>
background-color css

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

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

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

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

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

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