#0F1B31

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

Shades of Midnight Express #0F1B31

Tints of Midnight Express #0F1B31

Color information

#0F1B31 (or 0x0F1B31) is unknown color: approx Midnight Express. HEX triplet: 0F, 1B and 31. RGB value is (15,27,49). Sum of RGB (Red+Green+Blue) = 15+27+49=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B31 is #F0E4CE. Grayscale: #191919. Windows color (decimal): -15787215 or 3218191. OLE color: 3218191.

HSL color Cylindrical-coordinate representation of color #0F1B31: hue angle of 218.82º 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 #0F1B31 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB152749-
CMYK0.690.4500.81
HSL218.82º53.12%12.55%-
HSV(B)218.82º69.39%19.22%-
XYZ1.141.113.06-
YUV25.92141.02120.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=16.48%
G=29.67%
B=53.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1527490.690.4500.81218.8253.1212.55
HexF1B31452D051db35d
Octal1733611055501213336515
Binary111111011110001100010110110101010001110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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