#0C1069

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

Shades of Midnight Blue #0C1069

Tints of Midnight Blue #0C1069

Color information

#0C1069 (or 0x0C1069) is unknown color: approx Midnight Blue. HEX triplet: 0C, 10 and 69. RGB value is (12,16,105). Sum of RGB (Red+Green+Blue) = 12+16+105=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1069 is #F3EF96. Grayscale: #181818. Windows color (decimal): -15986583 or 6885388. OLE color: 6885388.

HSL color Cylindrical-coordinate representation of color #0C1069: hue angle of 237.42º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1069 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1216105-
CMYK0.890.8500.59
HSL237.42º79.49%22.94%-
HSV(B)237.42º88.57%41.18%-
XYZ2.891.4713.5-
YUV24.95173.17118.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 105 (41.41% from 255) = 78.95%
R=9.02%
G=12.03%
B=78.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12161050.890.8500.59237.4279.4922.94
HexC1069595503Bed4f17
Octal142015113112507335511727
Binary110010000110100110110011010101011101111101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,16,105); }

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

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

 a { background-color: rgb(12,16,105); }

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

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

 span { border-color: rgb(12,16,105); }

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