#021236

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

Shades of Midnight Express #021236

Tints of Midnight Express #021236

Color information

#021236 (or 0x021236) is unknown color: approx Midnight Express. HEX triplet: 02, 12 and 36. RGB value is (2,18,54). Sum of RGB (Red+Green+Blue) = 2+18+54=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 18 (7.42% from 255 or 24.32% 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 #021236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021236 is #FDEDC9. Grayscale: #111111. Windows color (decimal): -16641482 or 3543554. OLE color: 3543554.

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

Color convert

RGB21854-
CMYK0.960.6700.79
HSL221.54º92.86%10.98%-
HSV(B)221.54º96.3%21.18%-
XYZ0.910.713.58-
YUV17.32148.7117.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=2.70%
G=24.32%
B=72.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal218540.960.6700.79221.5492.8610.98
Hex21236604304Fde5db
Octal22266140103011733613513
Binary101001011011011000001000011010011111101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021236; }

 p { color: rgb(2,18,54); }

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

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

 a { background-color: rgb(2,18,54); }

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

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

 span { border-color: rgb(2,18,54); }

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