#011535

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

Shades of Midnight Express #011535

Tints of Midnight Express #011535

Color information

#011535 (or 0x011535) is unknown color: approx Midnight Express. HEX triplet: 01, 15 and 35. RGB value is (1,21,53). Sum of RGB (Red+Green+Blue) = 1+21+53=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 21 (8.59% from 255 or 28% 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 #011535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011535 is #FEEACA. Grayscale: #121212. Windows color (decimal): -16706251 or 3478785. OLE color: 3478785.

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

Color convert

RGB12153-
CMYK0.980.6000.79
HSL216.92º96.3%10.59%-
HSV(B)216.92º98.11%20.78%-
XYZ0.920.83.47-
YUV18.67147.37115.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 53 (21.09% from 255) = 70.67%
R=1.33%
G=28%
B=70.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal121530.980.6000.79216.9296.310.59
Hex11535623C04Fd960b
Octal1256514274011733114013
Binary1101011101011100010111100010011111101100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011535; }

 p { color: rgb(1,21,53); }

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

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

 a { background-color: rgb(1,21,53); }

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

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

 span { border-color: rgb(1,21,53); }

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