#0F1437

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

Shades of Midnight Express #0F1437

Tints of Midnight Express #0F1437

Color information

#0F1437 (or 0x0F1437) is unknown color: approx Midnight Express. HEX triplet: 0F, 14 and 37. RGB value is (15,20,55). Sum of RGB (Red+Green+Blue) = 15+20+55=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F1437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1437 is #F0EBC8. Grayscale: #161616. Windows color (decimal): -15789001 or 3609615. OLE color: 3609615.

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

Color convert

RGB152055-
CMYK0.730.6400.78
HSL232.5º57.14%13.73%-
HSV(B)232.5º72.73%21.57%-
XYZ1.140.883.72-
YUV22.49146.34122.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 55 (21.88% from 255) = 61.11%
R=16.67%
G=22.22%
B=61.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1520550.730.6400.78232.557.1413.73
HexF1437494004Ee839e
Octal17246711110001163507116
Binary1111101001101111001001100000001001110111010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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