#0F0C39

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

Shades of Midnight Express #0F0C39

Tints of Midnight Express #0F0C39

Color information

#0F0C39 (or 0x0F0C39) is unknown color: approx Midnight Express. HEX triplet: 0F, 0C and 39. RGB value is (15,12,57). Sum of RGB (Red+Green+Blue) = 15+12+57=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F0C39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C39 is #F0F3C6. Grayscale: #111111. Windows color (decimal): -15791047 or 3738639. OLE color: 3738639.

HSL color Cylindrical-coordinate representation of color #0F0C39: hue angle of 244º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F0C39 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB151257-
CMYK0.740.7900.78
HSL244º65.22%13.53%-
HSV(B)244º78.95%22.35%-
XYZ1.070.663.94-
YUV18.03149.99125.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 57 (22.66% from 255) = 67.86%
R=17.86%
G=14.29%
B=67.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1512570.740.7900.7824465.2213.53
HexFC394A4F04Ef441e
Octal171471112117011636410116
Binary1111110011100110010101001111010011101111010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,12,57); }

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

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

 a { background-color: rgb(15,12,57); }

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

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

 span { border-color: rgb(15,12,57); }

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