#0F192A

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

Shades of Midnight Express #0F192A

Tints of Midnight Express #0F192A

Color information

#0F192A (or 0x0F192A) is unknown color: approx Midnight Express. HEX triplet: 0F, 19 and 2A. RGB value is (15,25,42). Sum of RGB (Red+Green+Blue) = 15+25+42=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192A is #F0E6D5. Grayscale: #171717. Windows color (decimal): -15787734 or 2758927. OLE color: 2758927.

HSL color Cylindrical-coordinate representation of color #0F192A: hue angle of 217.78º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F192A is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB152542-
CMYK0.640.4000.84
HSL217.78º47.37%11.18%-
HSV(B)217.78º64.29%16.47%-
XYZ0.960.962.33-
YUV23.95138.19121.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=18.29%
G=30.49%
B=51.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1525420.640.4000.84217.7847.3711.18
HexF192A4028054da2fb
Octal1731521005001243325713
Binary111111001101010100000010100001010100110110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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