#0F192D

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

Shades of Midnight Express #0F192D

Tints of Midnight Express #0F192D

Color information

#0F192D (or 0x0F192D) is unknown color: approx Midnight Express. HEX triplet: 0F, 19 and 2D. RGB value is (15,25,45). Sum of RGB (Red+Green+Blue) = 15+25+45=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192D is #F0E6D2. Grayscale: #181818. Windows color (decimal): -15787731 or 2955535. OLE color: 2955535.

HSL color Cylindrical-coordinate representation of color #0F192D: hue angle of 220º degrees, saturation: 0.5, 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 #0F192D is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152545-
CMYK0.670.4400.82
HSL220º50%11.76%-
HSV(B)220º66.67%17.65%-
XYZ1.020.992.62-
YUV24.29139.69121.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=17.65%
G=29.41%
B=52.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1525450.670.4400.822205011.76
HexF192D432C052dc32c
Octal1731551035401223346214
Binary111111001101101100001110110001010010110111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,25,45); }

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

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

 a { background-color: rgb(15,25,45); }

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

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

 span { border-color: rgb(15,25,45); }

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