#050A30

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

Shades of Midnight Express #050A30

Tints of Midnight Express #050A30

Color information

#050A30 (or 0x050A30) is unknown color: approx Midnight Express. HEX triplet: 05, 0A and 30. RGB value is (5,10,48). Sum of RGB (Red+Green+Blue) = 5+10+48=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #050A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A30 is #FAF5CF. Grayscale: #0C0C0C. Windows color (decimal): -16446928 or 3148293. OLE color: 3148293.

HSL color Cylindrical-coordinate representation of color #050A30: hue angle of 233.02º 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 #050A30 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51048-
CMYK0.900.7900.81
HSL233.02º81.13%10.39%-
HSV(B)233.02º89.58%18.82%-
XYZ0.70.462.85-
YUV12.84147.84122.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 48 (19.14% from 255) = 76.19%
R=7.94%
G=15.87%
B=76.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal510480.900.7900.81233.0281.1310.39
Hex5A305A4F051e951a
Octal51260132117012135112112
Binary101101011000010110101001111010100011110100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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