#051533

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

Shades of Midnight Express #051533

Tints of Midnight Express #051533

Color information

#051533 (or 0x051533) is unknown color: approx Midnight Express. HEX triplet: 05, 15 and 33. RGB value is (5,21,51). Sum of RGB (Red+Green+Blue) = 5+21+51=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #051533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051533 is #FAEACC. Grayscale: #131313. Windows color (decimal): -16444109 or 3347717. OLE color: 3347717.

HSL color Cylindrical-coordinate representation of color #051533: hue angle of 219.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051533 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB52151-
CMYK0.900.5900.8
HSL219.13º82.14%10.98%-
HSV(B)219.13º90.2%20%-
XYZ0.930.813.24-
YUV19.64145.7117.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 51 (20.31% from 255) = 66.23%
R=6.49%
G=27.27%
B=66.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal521510.900.5900.8219.1382.1410.98
Hex515335A3B050db52b
Octal5256313273012033312213
Binary101101011100111011010111011010100001101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051533; }

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

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

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

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

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

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

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

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