#050B44

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

Shades of Midnight Express #050B44

Tints of Midnight Express #050B44

Color information

#050B44 (or 0x050B44) is unknown color: approx Midnight Express. HEX triplet: 05, 0B and 44. RGB value is (5,11,68). Sum of RGB (Red+Green+Blue) = 5+11+68=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #050B44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B44 is #FAF4BB. Grayscale: #0F0F0F. Windows color (decimal): -16446652 or 4459269. OLE color: 4459269.

HSL color Cylindrical-coordinate representation of color #050B44: hue angle of 234.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050B44 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB51168-
CMYK0.930.8400.73
HSL234.29º86.3%14.31%-
HSV(B)234.29º92.65%26.67%-
XYZ1.230.695.54-
YUV15.7157.51120.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 68 (26.95% from 255) = 80.95%
R=5.95%
G=13.10%
B=80.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal511680.930.8400.73234.2986.314.31
Hex5B445D54049ea56e
Octal513104135124011135212616
Binary1011011100010010111011010100010010011110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050B44; }

 p { color: rgb(5,11,68); }

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

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

 a { background-color: rgb(5,11,68); }

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

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

 span { border-color: rgb(5,11,68); }

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