#011433

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

Shades of Midnight Express #011433

Tints of Midnight Express #011433

Color information

#011433 (or 0x011433) is unknown color: approx Midnight Express. HEX triplet: 01, 14 and 33. RGB value is (1,20,51). Sum of RGB (Red+Green+Blue) = 1+20+51=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #011433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011433 is #FEEBCC. Grayscale: #111111. Windows color (decimal): -16706509 or 3347457. OLE color: 3347457.

HSL color Cylindrical-coordinate representation of color #011433: hue angle of 217.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011433 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB12051-
CMYK0.980.6100.8
HSL217.2º96.15%10.2%-
HSV(B)217.2º98.04%20%-
XYZ0.860.753.23-
YUV17.85146.71115.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 51 (20.31% from 255) = 70.83%
R=1.39%
G=27.78%
B=70.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal120510.980.6100.8217.296.1510.2
Hex11433623D050d960a
Octal1246314275012033114012
Binary1101001100111100010111101010100001101100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011433; }

 p { color: rgb(1,20,51); }

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

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

 a { background-color: rgb(1,20,51); }

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

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

 span { border-color: rgb(1,20,51); }

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