#051446

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

Shades of Midnight Express #051446

Tints of Midnight Express #051446

Color information

#051446 (or 0x051446) is unknown color: approx Midnight Express. HEX triplet: 05, 14 and 46. RGB value is (5,20,70). Sum of RGB (Red+Green+Blue) = 5+20+70=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #051446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051446 is #FAEBB9. Grayscale: #151515. Windows color (decimal): -16444346 or 4592645. OLE color: 4592645.

HSL color Cylindrical-coordinate representation of color #051446: hue angle of 226.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051446 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52070-
CMYK0.930.7100.73
HSL226.15º86.67%14.71%-
HSV(B)226.15º92.86%27.45%-
XYZ1.420.975.91-
YUV21.21155.53116.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 70 (27.73% from 255) = 73.68%
R=5.26%
G=21.05%
B=73.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal520700.930.7100.73226.1586.6714.71
Hex514465D47049e257f
Octal524106135107011134212717
Binary10110100100011010111011000111010010011110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051446; }

 p { color: rgb(5,20,70); }

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

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

 a { background-color: rgb(5,20,70); }

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

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

 span { border-color: rgb(5,20,70); }

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