#0F182F

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

Shades of Midnight Express #0F182F

Tints of Midnight Express #0F182F

Color information

#0F182F (or 0x0F182F) is unknown color: approx Midnight Express. HEX triplet: 0F, 18 and 2F. RGB value is (15,24,47). Sum of RGB (Red+Green+Blue) = 15+24+47=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F182F is #F0E7D0. Grayscale: #171717. Windows color (decimal): -15787985 or 3086351. OLE color: 3086351.

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

Color convert

RGB152447-
CMYK0.680.4900.82
HSL223.12º51.61%12.16%-
HSV(B)223.12º68.09%18.43%-
XYZ1.040.962.82-
YUV23.93141.02121.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 47 (18.75% from 255) = 54.65%
R=17.44%
G=27.91%
B=54.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1524470.680.4900.82223.1251.6112.16
HexF182F4431052df34c
Octal1730571046101223376414
Binary111111000101111100010011000101010010110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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