#011635

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

Shades of Midnight Express #011635

Tints of Midnight Express #011635

Color information

#011635 (or 0x011635) is unknown color: approx Midnight Express. HEX triplet: 01, 16 and 35. RGB value is (1,22,53). Sum of RGB (Red+Green+Blue) = 1+22+53=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #011635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011635 is #FEE9CA. Grayscale: #131313. Windows color (decimal): -16705995 or 3479041. OLE color: 3479041.

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

Color convert

RGB12253-
CMYK0.980.5800.79
HSL215.77º96.3%10.59%-
HSV(B)215.77º98.11%20.78%-
XYZ0.940.843.48-
YUV19.26147.04114.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=1.32%
G=28.95%
B=69.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal122530.980.5800.79215.7796.310.59
Hex11635623A04Fd860b
Octal1266514272011733014013
Binary1101101101011100010111010010011111101100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011635; }

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

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

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

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

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

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

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

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