#011336

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

Shades of Midnight Express #011336

Tints of Midnight Express #011336

Color information

#011336 (or 0x011336) is unknown color: approx Midnight Express. HEX triplet: 01, 13 and 36. RGB value is (1,19,54). Sum of RGB (Red+Green+Blue) = 1+19+54=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #011336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011336 is #FEECC9. Grayscale: #111111. Windows color (decimal): -16706762 or 3543809. OLE color: 3543809.

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

Color convert

RGB11954-
CMYK0.980.6500.79
HSL219.62º96.36%10.78%-
HSV(B)219.62º98.15%21.18%-
XYZ0.910.743.58-
YUV17.61148.54116.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=1.35%
G=25.68%
B=72.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal119540.980.6500.79219.6296.3610.78
Hex11336624104Fdc60b
Octal12366142101011733414013
Binary11001111011011000101000001010011111101110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011336; }

 p { color: rgb(1,19,54); }

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

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

 a { background-color: rgb(1,19,54); }

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

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

 span { border-color: rgb(1,19,54); }

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