#0F1A47

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

Shades of Midnight Express #0F1A47

Tints of Midnight Express #0F1A47

Color information

#0F1A47 (or 0x0F1A47) is unknown color: approx Midnight Express. HEX triplet: 0F, 1A and 47. RGB value is (15,26,71). Sum of RGB (Red+Green+Blue) = 15+26+71=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F1A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A47 is #F0E5B8. Grayscale: #1B1B1B. Windows color (decimal): -15787449 or 4659727. OLE color: 4659727.

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

Color convert

RGB152671-
CMYK0.790.6300.72
HSL228.21º65.12%16.86%-
HSV(B)228.21º78.87%27.84%-
XYZ1.71.36.12-
YUV27.84152.36118.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 71 (28.12% from 255) = 63.39%
R=13.39%
G=23.21%
B=63.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1526710.790.6300.72228.2165.1216.86
HexF1A474F3F048e44111
Octal173210711777011034410121
Binary111111010100011110011111111110100100011100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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