#051438

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

Shades of Midnight Express #051438

Tints of Midnight Express #051438

Color information

#051438 (or 0x051438) is unknown color: approx Midnight Express. HEX triplet: 05, 14 and 38. RGB value is (5,20,56). Sum of RGB (Red+Green+Blue) = 5+20+56=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #051438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051438 is #FAEBC7. Grayscale: #131313. Windows color (decimal): -16444360 or 3675141. OLE color: 3675141.

HSL color Cylindrical-coordinate representation of color #051438: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051438 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52056-
CMYK0.910.6400.78
HSL222.35º83.61%11.96%-
HSV(B)222.35º91.07%21.96%-
XYZ1.030.823.85-
YUV19.62148.53117.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 56 (22.27% from 255) = 69.14%
R=6.17%
G=24.69%
B=69.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal520560.910.6400.78222.3583.6111.96
Hex514385B4004Ede54c
Octal52470133100011633612414
Binary1011010011100010110111000000010011101101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051438; }

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

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

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

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

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

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

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

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