#0C0958

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

Shades of Midnight Blue #0C0958

Tints of Midnight Blue #0C0958

Color information

#0C0958 (or 0x0C0958) is unknown color: approx Midnight Blue. HEX triplet: 0C, 09 and 58. RGB value is (12,9,88). Sum of RGB (Red+Green+Blue) = 12+9+88=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C0958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0958 is #F3F6A7. Grayscale: #121212. Windows color (decimal): -15988392 or 5769484. OLE color: 5769484.

HSL color Cylindrical-coordinate representation of color #0C0958: hue angle of 242.28º degrees, saturation: 0.81, 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 #0C0958 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12988-
CMYK0.860.9000.65
HSL242.28º81.44%19.02%-
HSV(B)242.28º89.77%34.51%-
XYZ2.010.989.32-
YUV18.9166.99123.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 88 (34.77% from 255) = 80.73%
R=11.01%
G=8.26%
B=80.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal129880.860.9000.65242.2881.4419.02
HexC958565A041f25113
Octal1411130126132010136212123
Binary110010011011000101011010110100100000111110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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