#0F2147

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

Shades of Midnight Express #0F2147

Tints of Midnight Express #0F2147

Color information

#0F2147 (or 0x0F2147) is unknown color: approx Midnight Express. HEX triplet: 0F, 21 and 47. RGB value is (15,33,71). Sum of RGB (Red+Green+Blue) = 15+33+71=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F2147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2147 is #F0DEB8. Grayscale: #1F1F1F. Windows color (decimal): -15785657 or 4661519. OLE color: 4661519.

HSL color Cylindrical-coordinate representation of color #0F2147: hue angle of 220.71º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2147 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB153371-
CMYK0.790.5400.72
HSL220.71º65.12%16.86%-
HSV(B)220.71º78.87%27.84%-
XYZ1.881.646.18-
YUV31.95150.04115.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.61%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=12.61%
G=27.73%
B=59.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1533710.790.5400.72220.7165.1216.86
HexF21474F36048dd4111
Octal174110711766011033510121
Binary1111100001100011110011111101100100100011011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,33,71); }

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

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

 a { background-color: rgb(15,33,71); }

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

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

 span { border-color: rgb(15,33,71); }

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