#021234

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

Shades of Midnight Express #021234

Tints of Midnight Express #021234

Color information

#021234 (or 0x021234) is unknown color: approx Midnight Express. HEX triplet: 02, 12 and 34. RGB value is (2,18,52). Sum of RGB (Red+Green+Blue) = 2+18+52=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #021234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021234 is #FDEDCB. Grayscale: #101010. Windows color (decimal): -16641484 or 3412482. OLE color: 3412482.

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

Color convert

RGB21852-
CMYK0.960.6500.80
HSL220.8º92.59%10.59%-
HSV(B)220.8º96.15%20.39%-
XYZ0.860.693.34-
YUV17.09147.7117.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 52 (20.70% from 255) = 72.22%
R=2.78%
G=25%
B=72.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal218520.960.6500.80220.892.5910.59
Hex212346041050dd5db
Octal22264140101012033513513
Binary101001011010011000001000001010100001101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021234; }

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

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

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

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

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

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

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

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