#0C0160

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

Shades of Midnight Blue #0C0160

Tints of Midnight Blue #0C0160

Color information

#0C0160 (or 0x0C0160) is unknown color: approx Midnight Blue. HEX triplet: 0C, 01 and 60. RGB value is (12,1,96). Sum of RGB (Red+Green+Blue) = 12+1+96=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 96 (37.89% from 255 or 88.07% from 109); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C0160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0160 is #F3FE9F. Grayscale: #0E0E0E. Windows color (decimal): -15990432 or 6291724. OLE color: 6291724.

HSL color Cylindrical-coordinate representation of color #0C0160: hue angle of 246.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0160 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB12196-
CMYK0.880.9900.62
HSL246.95º97.94%19.02%-
HSV(B)246.95º98.96%37.65%-
XYZ2.270.9411.13-
YUV15.12173.64125.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 96 (37.89% from 255) = 88.07%
R=11.01%
G=0.92%
B=88.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal121960.880.9900.62246.9597.9419.02
HexC160586303Ef76213
Octal14114013014307636714223
Binary11001110000010110001100011011111011110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,96); }

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

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

 a { background-color: rgb(12,1,96); }

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

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

 span { border-color: rgb(12,1,96); }

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