#0F1A31

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

Shades of Midnight Express #0F1A31

Tints of Midnight Express #0F1A31

Color information

#0F1A31 (or 0x0F1A31) is unknown color: approx Midnight Express. HEX triplet: 0F, 1A and 31. RGB value is (15,26,49). Sum of RGB (Red+Green+Blue) = 15+26+49=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A31 is #F0E5CE. Grayscale: #191919. Windows color (decimal): -15787471 or 3217935. OLE color: 3217935.

HSL color Cylindrical-coordinate representation of color #0F1A31: hue angle of 220.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1A31 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB152649-
CMYK0.690.4700.81
HSL220.59º53.12%12.55%-
HSV(B)220.59º69.39%19.22%-
XYZ1.121.063.05-
YUV25.33141.36120.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=16.67%
G=28.89%
B=54.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1526490.690.4700.81220.5953.1212.55
HexF1A31452F051dd35d
Octal1732611055701213356515
Binary111111010110001100010110111101010001110111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,49); }

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

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

 a { background-color: rgb(15,26,49); }

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

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

 span { border-color: rgb(15,26,49); }

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