#051038

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

Shades of Midnight Express #051038

Tints of Midnight Express #051038

Color information

#051038 (or 0x051038) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 38. RGB value is (5,16,56). Sum of RGB (Red+Green+Blue) = 5+16+56=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #051038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051038 is #FAEFC7. Grayscale: #111111. Windows color (decimal): -16445384 or 3674117. OLE color: 3674117.

HSL color Cylindrical-coordinate representation of color #051038: hue angle of 227.06º 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 #051038 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51656-
CMYK0.910.7100.78
HSL227.06º83.61%11.96%-
HSV(B)227.06º91.07%21.96%-
XYZ0.960.693.82-
YUV17.27149.86119.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 56 (22.27% from 255) = 72.73%
R=6.49%
G=20.78%
B=72.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal516560.910.7100.78227.0683.6111.96
Hex510385B4704Ee354c
Octal52070133107011634312414
Binary1011000011100010110111000111010011101110001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051038; }

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

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

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

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

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

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

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

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