#051330

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

Shades of Midnight Express #051330

Tints of Midnight Express #051330

Color information

#051330 (or 0x051330) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 30. RGB value is (5,19,48). Sum of RGB (Red+Green+Blue) = 5+19+48=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #051330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051330 is #FAECCF. Grayscale: #111111. Windows color (decimal): -16444624 or 3150597. OLE color: 3150597.

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

Color convert

RGB51948-
CMYK0.900.6000.81
HSL220.47º81.13%10.39%-
HSV(B)220.47º89.58%18.82%-
XYZ0.830.712.89-
YUV18.12144.86118.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=6.94%
G=26.39%
B=66.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal519480.900.6000.81220.4781.1310.39
Hex513305A3C051dc51a
Octal5236013274012133412112
Binary101100111100001011010111100010100011101110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051330; }

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

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

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

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

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

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

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

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