#0F154F

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

Shades of Midnight Express #0F154F

Tints of Midnight Express #0F154F

Color information

#0F154F (or 0x0F154F) is unknown color: approx Midnight Express. HEX triplet: 0F, 15 and 4F. RGB value is (15,21,79). Sum of RGB (Red+Green+Blue) = 15+21+79=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F154F is #F0EAB0. Grayscale: #191919. Windows color (decimal): -15788721 or 5182735. OLE color: 5182735.

HSL color Cylindrical-coordinate representation of color #0F154F: hue angle of 234.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F154F is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152179-
CMYK0.810.7300.69
HSL234.38º68.09%18.43%-
HSV(B)234.38º81.01%30.98%-
XYZ1.881.27.53-
YUV25.82158.01120.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 79 (31.25% from 255) = 68.70%
R=13.04%
G=18.26%
B=68.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1521790.810.7300.69234.3868.0918.43
HexF154F5149045ea4412
Octal1725117121111010535210422
Binary1111101011001111101000110010010100010111101010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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