#050B30

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

Shades of Midnight Express #050B30

Tints of Midnight Express #050B30

Color information

#050B30 (or 0x050B30) is unknown color: approx Midnight Express. HEX triplet: 05, 0B and 30. RGB value is (5,11,48). Sum of RGB (Red+Green+Blue) = 5+11+48=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #050B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B30 is #FAF4CF. Grayscale: #0D0D0D. Windows color (decimal): -16446672 or 3148549. OLE color: 3148549.

HSL color Cylindrical-coordinate representation of color #050B30: hue angle of 231.63º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050B30 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51148-
CMYK0.900.7700.81
HSL231.63º81.13%10.39%-
HSV(B)231.63º89.58%18.82%-
XYZ0.720.492.85-
YUV13.42147.51121.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 48 (19.14% from 255) = 75%
R=7.81%
G=17.19%
B=75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal511480.900.7700.81231.6381.1310.39
Hex5B305A4D051e851a
Octal51360132115012135012112
Binary101101111000010110101001101010100011110100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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