#0F1640

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

Shades of Midnight Express #0F1640

Tints of Midnight Express #0F1640

Color information

#0F1640 (or 0x0F1640) is unknown color: approx Midnight Express. HEX triplet: 0F, 16 and 40. RGB value is (15,22,64). Sum of RGB (Red+Green+Blue) = 15+22+64=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F1640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1640 is #F0E9BF. Grayscale: #181818. Windows color (decimal): -15788480 or 4199951. OLE color: 4199951.

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

Color convert

RGB152264-
CMYK0.770.6600.75
HSL231.43º62.03%15.49%-
HSV(B)231.43º76.56%25.1%-
XYZ1.411.054.98-
YUV24.7150.18121.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=14.85%
G=21.78%
B=63.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1522640.770.6600.75231.4362.0315.49
HexF16404D4204Be73ef
Octal172610011510201133477617
Binary11111011010000001001101100001001001011111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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