#050B43

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

Shades of Midnight Express #050B43

Tints of Midnight Express #050B43

Color information

#050B43 (or 0x050B43) is unknown color: approx Midnight Express. HEX triplet: 05, 0B and 43. RGB value is (5,11,67). Sum of RGB (Red+Green+Blue) = 5+11+67=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 67 (26.56% from 255 or 80.72% from 83); Max value from RGB is 67 - color contains mainly: blue. Hex color #050B43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B43 is #FAF4BC. Grayscale: #0F0F0F. Windows color (decimal): -16446653 or 4393733. OLE color: 4393733.

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

Color convert

RGB51167-
CMYK0.930.8400.74
HSL234.19º86.11%14.12%-
HSV(B)234.19º92.54%26.27%-
XYZ1.20.685.38-
YUV15.59157.01120.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 67 (26.56% from 255) = 80.72%
R=6.02%
G=13.25%
B=80.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal511670.930.8400.74234.1986.1114.12
Hex5B435D5404Aea56e
Octal513103135124011235212616
Binary1011011100001110111011010100010010101110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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