#0F184E

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

Shades of Midnight Express #0F184E

Tints of Midnight Express #0F184E

Color information

#0F184E (or 0x0F184E) is unknown color: approx Midnight Express. HEX triplet: 0F, 18 and 4E. RGB value is (15,24,78). Sum of RGB (Red+Green+Blue) = 15+24+78=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F184E is #F0E7B1. Grayscale: #1B1B1B. Windows color (decimal): -15787954 or 5117967. OLE color: 5117967.

HSL color Cylindrical-coordinate representation of color #0F184E: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F184E is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152478-
CMYK0.810.6900.69
HSL231.43º67.74%18.24%-
HSV(B)231.43º80.77%30.59%-
XYZ1.91.37.36-
YUV27.46156.52119.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 78 (30.86% from 255) = 66.67%
R=12.82%
G=20.51%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1524780.810.6900.69231.4367.7418.24
HexF184E5145045e74412
Octal1730116121105010534710422
Binary1111110001001110101000110001010100010111100111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,78); }

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

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

 a { background-color: rgb(15,24,78); }

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

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

 span { border-color: rgb(15,24,78); }

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