#051135

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

Shades of Midnight Express #051135

Tints of Midnight Express #051135

Color information

#051135 (or 0x051135) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 35. RGB value is (5,17,53). Sum of RGB (Red+Green+Blue) = 5+17+53=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #051135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051135 is #FAEECA. Grayscale: #111111. Windows color (decimal): -16445131 or 3477765. OLE color: 3477765.

HSL color Cylindrical-coordinate representation of color #051135: hue angle of 225º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051135 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB51753-
CMYK0.910.6800.79
HSL225º82.76%11.37%-
HSV(B)225º90.57%20.78%-
XYZ0.910.693.45-
YUV17.52148.02119.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 53 (21.09% from 255) = 70.67%
R=6.67%
G=22.67%
B=70.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal517530.910.6800.7922582.7611.37
Hex511355B4404Fe153b
Octal52165133104011734112313
Binary1011000111010110110111000100010011111110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051135; }

 p { color: rgb(5,17,53); }

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

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

 a { background-color: rgb(5,17,53); }

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

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

 span { border-color: rgb(5,17,53); }

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