#051430

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

Shades of Midnight Express #051430

Tints of Midnight Express #051430

Color information

#051430 (or 0x051430) is unknown color: approx Midnight Express. HEX triplet: 05, 14 and 30. RGB value is (5,20,48). Sum of RGB (Red+Green+Blue) = 5+20+48=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #051430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051430 is #FAEBCF. Grayscale: #121212. Windows color (decimal): -16444368 or 3150853. OLE color: 3150853.

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

Color convert

RGB52048-
CMYK0.900.5800.81
HSL219.07º81.13%10.39%-
HSV(B)219.07º89.58%18.82%-
XYZ0.850.752.9-
YUV18.71144.53118.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 48 (19.14% from 255) = 65.75%
R=6.85%
G=27.40%
B=65.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal520480.900.5800.81219.0781.1310.39
Hex514305A3A051db51a
Octal5246013272012133312112
Binary101101001100001011010111010010100011101101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051430; }

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

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

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

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

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

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

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

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