#0F182E

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

Shades of Midnight Express #0F182E

Tints of Midnight Express #0F182E

Color information

#0F182E (or 0x0F182E) is unknown color: approx Midnight Express. HEX triplet: 0F, 18 and 2E. RGB value is (15,24,46). Sum of RGB (Red+Green+Blue) = 15+24+46=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F182E is #F0E7D1. Grayscale: #171717. Windows color (decimal): -15787986 or 3020815. OLE color: 3020815.

HSL color Cylindrical-coordinate representation of color #0F182E: hue angle of 222.58º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F182E is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152446-
CMYK0.670.4800.82
HSL222.58º50.82%11.96%-
HSV(B)222.58º67.39%18.04%-
XYZ1.020.952.71-
YUV23.82140.52121.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 46 (18.36% from 255) = 54.12%
R=17.65%
G=28.24%
B=54.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1524460.670.4800.82222.5850.8211.96
HexF182E4330052df33c
Octal1730561036001223376314
Binary111111000101110100001111000001010010110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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