#0C0959

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

Shades of Midnight Blue #0C0959

Tints of Midnight Blue #0C0959

Color information

#0C0959 (or 0x0C0959) is unknown color: approx Midnight Blue. HEX triplet: 0C, 09 and 59. RGB value is (12,9,89). Sum of RGB (Red+Green+Blue) = 12+9+89=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C0959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0959 is #F3F6A6. Grayscale: #121212. Windows color (decimal): -15988391 or 5835020. OLE color: 5835020.

HSL color Cylindrical-coordinate representation of color #0C0959: hue angle of 242.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0959 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12989-
CMYK0.870.9000.65
HSL242.25º81.63%19.22%-
HSV(B)242.25º89.89%34.9%-
XYZ2.050.999.54-
YUV19.02167.49123-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 89 (35.16% from 255) = 80.91%
R=10.91%
G=8.18%
B=80.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal129890.870.9000.65242.2581.6319.22
HexC959575A041f25213
Octal1411131127132010136212223
Binary110010011011001101011110110100100000111110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,89); }

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

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

 a { background-color: rgb(12,9,89); }

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

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

 span { border-color: rgb(12,9,89); }

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