#0F192C

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

Shades of Midnight Express #0F192C

Tints of Midnight Express #0F192C

Color information

#0F192C (or 0x0F192C) is unknown color: approx Midnight Express. HEX triplet: 0F, 19 and 2C. RGB value is (15,25,44). Sum of RGB (Red+Green+Blue) = 15+25+44=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192C is #F0E6D3. Grayscale: #181818. Windows color (decimal): -15787732 or 2889999. OLE color: 2889999.

HSL color Cylindrical-coordinate representation of color #0F192C: hue angle of 219.31º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F192C is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB152544-
CMYK0.660.4300.83
HSL219.31º49.15%11.57%-
HSV(B)219.31º65.91%17.25%-
XYZ10.982.52-
YUV24.18139.19121.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=17.86%
G=29.76%
B=52.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1525440.660.4300.83219.3149.1511.57
HexF192C422B053db31c
Octal1731541025301233336114
Binary111111001101100100001010101101010011110110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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