#0F1631

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

Shades of Midnight Express #0F1631

Tints of Midnight Express #0F1631

Color information

#0F1631 (or 0x0F1631) is unknown color: approx Midnight Express. HEX triplet: 0F, 16 and 31. RGB value is (15,22,49). Sum of RGB (Red+Green+Blue) = 15+22+49=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1631 is #F0E9CE. Grayscale: #161616. Windows color (decimal): -15788495 or 3216911. OLE color: 3216911.

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

Color convert

RGB152249-
CMYK0.690.5500.81
HSL227.65º53.12%12.55%-
HSV(B)227.65º69.39%19.22%-
XYZ1.040.93.02-
YUV22.98142.68122.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=17.44%
G=25.58%
B=56.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1522490.690.5500.81227.6553.1212.55
HexF16314537051e435d
Octal1726611056701213446515
Binary111110110110001100010111011101010001111001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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