#0F1547

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

Shades of Midnight Express #0F1547

Tints of Midnight Express #0F1547

Color information

#0F1547 (or 0x0F1547) is unknown color: approx Midnight Express. HEX triplet: 0F, 15 and 47. RGB value is (15,21,71). Sum of RGB (Red+Green+Blue) = 15+21+71=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F1547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1547 is #F0EAB8. Grayscale: #181818. Windows color (decimal): -15788729 or 4658447. OLE color: 4658447.

HSL color Cylindrical-coordinate representation of color #0F1547: hue angle of 233.57º 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 #0F1547 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB152171-
CMYK0.790.7000.72
HSL233.57º65.12%16.86%-
HSV(B)233.57º78.87%27.84%-
XYZ1.61.096.09-
YUV24.91154.01120.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=14.02%
G=19.63%
B=66.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1521710.790.7000.72233.5765.1216.86
HexF15474F46048ea4111
Octal1725107117106011035210121
Binary1111101011000111100111110001100100100011101010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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