#0F153C

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

Shades of Midnight Express #0F153C

Tints of Midnight Express #0F153C

Color information

#0F153C (or 0x0F153C) is unknown color: approx Midnight Express. HEX triplet: 0F, 15 and 3C. RGB value is (15,21,60). Sum of RGB (Red+Green+Blue) = 15+21+60=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F153C is #F0EAC3. Grayscale: #171717. Windows color (decimal): -15788740 or 3937551. OLE color: 3937551.

HSL color Cylindrical-coordinate representation of color #0F153C: hue angle of 232º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F153C is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB152160-
CMYK0.750.6500.76
HSL232º60%14.71%-
HSV(B)232º75%23.53%-
XYZ1.280.964.39-
YUV23.65148.51121.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 60 (23.83% from 255) = 62.5%
R=15.62%
G=21.88%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1521600.750.6500.762326014.71
HexF153C4B4104Ce83cf
Octal17257411310101143507417
Binary1111101011111001001011100000101001100111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,21,60); }

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

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

 a { background-color: rgb(15,21,60); }

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

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

 span { border-color: rgb(15,21,60); }

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