#0F1847

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

Shades of Midnight Express #0F1847

Tints of Midnight Express #0F1847

Color information

#0F1847 (or 0x0F1847) is unknown color: approx Midnight Express. HEX triplet: 0F, 18 and 47. RGB value is (15,24,71). Sum of RGB (Red+Green+Blue) = 15+24+71=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F1847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1847 is #F0E7B8. Grayscale: #1A1A1A. Windows color (decimal): -15787961 or 4659215. OLE color: 4659215.

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

Color convert

RGB152471-
CMYK0.790.6600.72
HSL230.36º65.12%16.86%-
HSV(B)230.36º78.87%27.84%-
XYZ1.661.216.11-
YUV26.67153.02119.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=13.64%
G=21.82%
B=64.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1524710.790.6600.72230.3665.1216.86
HexF18474F42048e64111
Octal1730107117102011034610121
Binary1111110001000111100111110000100100100011100110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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