#0C026B

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

Shades of Navy #0C026B

Tints of Navy #0C026B

Color information

#0C026B (or 0x0C026B) is unknown color: approx Navy. HEX triplet: 0C, 02 and 6B. RGB value is (12,2,107). Sum of RGB (Red+Green+Blue) = 12+2+107=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 107 (42.19% from 255 or 88.43% from 121); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C026B is #F3FD94. Grayscale: #101010. Windows color (decimal): -15990165 or 7012876. OLE color: 7012876.

HSL color Cylindrical-coordinate representation of color #0C026B: hue angle of 245.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C026B is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB122107-
CMYK0.890.9800.58
HSL245.71º96.33%21.37%-
HSV(B)245.71º98.13%41.96%-
XYZ2.831.1813.99-
YUV16.96178.81124.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 107 (42.19% from 255) = 88.43%
R=9.92%
G=1.65%
B=88.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1221070.890.9800.58245.7196.3321.37
HexC26B596203Af66015
Octal14215313114207236614025
Binary110010110101110110011100010011101011110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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