#050B46

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

Shades of Midnight Express #050B46

Tints of Midnight Express #050B46

Color information

#050B46 (or 0x050B46) is unknown color: approx Midnight Express. HEX triplet: 05, 0B and 46. RGB value is (5,11,70). Sum of RGB (Red+Green+Blue) = 5+11+70=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #050B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B46 is #FAF4B9. Grayscale: #0F0F0F. Windows color (decimal): -16446650 or 4590341. OLE color: 4590341.

HSL color Cylindrical-coordinate representation of color #050B46: hue angle of 234.46º 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 #050B46 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB51170-
CMYK0.930.8400.73
HSL234.46º86.67%14.71%-
HSV(B)234.46º92.86%27.45%-
XYZ1.290.715.86-
YUV15.93158.51120.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 70 (27.73% from 255) = 81.40%
R=5.81%
G=12.79%
B=81.40%

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
Decimal511700.930.8400.73234.4686.6714.71
Hex5B465D54049ea57f
Octal513106135124011135212717
Binary1011011100011010111011010100010010011110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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