#0C0955

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

Shades of Midnight Blue #0C0955

Tints of Midnight Blue #0C0955

Color information

#0C0955 (or 0x0C0955) is unknown color: approx Midnight Blue. HEX triplet: 0C, 09 and 55. RGB value is (12,9,85). Sum of RGB (Red+Green+Blue) = 12+9+85=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C0955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0955 is #F3F6AA. Grayscale: #121212. Windows color (decimal): -15988395 or 5572876. OLE color: 5572876.

HSL color Cylindrical-coordinate representation of color #0C0955: hue angle of 242.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0955 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12985-
CMYK0.860.8900.67
HSL242.37º80.85%18.43%-
HSV(B)242.37º89.41%33.33%-
XYZ1.890.938.67-
YUV18.56165.49123.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=11.32%
G=8.49%
B=80.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal129850.860.8900.67242.3780.8518.43
HexC9555659043f25112
Octal1411125126131010336212122
Binary110010011010101101011010110010100001111110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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