#051538

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

Shades of Midnight Express #051538

Tints of Midnight Express #051538

Color information

#051538 (or 0x051538) is unknown color: approx Midnight Express. HEX triplet: 05, 15 and 38. RGB value is (5,21,56). Sum of RGB (Red+Green+Blue) = 5+21+56=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #051538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051538 is #FAEAC7. Grayscale: #141414. Windows color (decimal): -16444104 or 3675397. OLE color: 3675397.

HSL color Cylindrical-coordinate representation of color #051538: hue angle of 221.18º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051538 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52156-
CMYK0.910.6300.78
HSL221.18º83.61%11.96%-
HSV(B)221.18º91.07%21.96%-
XYZ1.040.853.85-
YUV20.21148.2117.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=6.10%
G=25.61%
B=68.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal521560.910.6300.78221.1883.6111.96
Hex515385B3F04Edd54c
Octal5257013377011633512414
Binary101101011110001011011111111010011101101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051538; }

 p { color: rgb(5,21,56); }

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

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

 a { background-color: rgb(5,21,56); }

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

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

 span { border-color: rgb(5,21,56); }

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