#0F1439

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

Shades of Midnight Express #0F1439

Tints of Midnight Express #0F1439

Color information

#0F1439 (or 0x0F1439) is unknown color: approx Midnight Express. HEX triplet: 0F, 14 and 39. RGB value is (15,20,57). Sum of RGB (Red+Green+Blue) = 15+20+57=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1439 is #F0EBC6. Grayscale: #161616. Windows color (decimal): -15788999 or 3740687. OLE color: 3740687.

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

Color convert

RGB152057-
CMYK0.740.6500.78
HSL232.86º58.33%14.12%-
HSV(B)232.86º73.68%22.35%-
XYZ1.190.93.98-
YUV22.72147.34122.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 57 (22.66% from 255) = 61.96%
R=16.30%
G=21.74%
B=61.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1520570.740.6500.78232.8658.3314.12
HexF14394A4104Ee93ae
Octal17247111210101163517216
Binary1111101001110011001010100000101001110111010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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