#0F163F

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

Shades of Midnight Express #0F163F

Tints of Midnight Express #0F163F

Color information

#0F163F (or 0x0F163F) is unknown color: approx Midnight Express. HEX triplet: 0F, 16 and 3F. RGB value is (15,22,63). Sum of RGB (Red+Green+Blue) = 15+22+63=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F163F is #F0E9C0. Grayscale: #181818. Windows color (decimal): -15788481 or 4134415. OLE color: 4134415.

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

Color convert

RGB152263-
CMYK0.760.6500.75
HSL231.25º61.54%15.29%-
HSV(B)231.25º76.19%24.71%-
XYZ1.381.034.83-
YUV24.58149.68121.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 63 (25% from 255) = 63%
R=15%
G=22%
B=63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1522630.760.6500.75231.2561.5415.29
HexF163F4C4104Be73ef
Octal17267711410101133477617
Binary1111101101111111001100100000101001011111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,63); }

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

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

 a { background-color: rgb(15,22,63); }

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

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

 span { border-color: rgb(15,22,63); }

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