Html Css Color HEX #021234 Midnight Express

📋 copy color: '#021234'

red 2 ◦ green 18 ◦ blue 52

#021234
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #021234

Tints of Midnight Express #021234

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.7% from 255) = 72.22%

R = 2.78%
G = 25%
B = 72.22%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#021234 (or 0x021234) is known color: 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

RGB 2 18 52 -
CMYK 0.96 0.65 0 0.80
HSL 220.8º 0.93% 0.11% -
HSV(B) 220.8º 0.96% 0.2% -
XYZ 0.86 0.69 3.34 -
YUV 17.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 2 18 52 0.96 0.65 0 0.80 220.8 0.93 0.11
Hex 2 12 34 60 41 0 50 DD 5D B
Octal 2 22 64 140 101 0 120 335 135 13
Binary 10 10010 110100 1100000 1000001 0 1010000 11011101 1011101 1011

Color Harmonies of #021234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021234

Black with #021234

Text Example


Text Example

White with #021234

Text Example


Text Example

HTML Codes & Css Web 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>