Html Css Color HEX #021334 Midnight Express

📋 copy color: '#021334'

red 2 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #021334

Tints of Midnight Express #021334

RGB

 RED value IS 2 (1.17% from 255) = 2.74%

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 52 (20.7% from 255) = 71.23%

R = 2.74%
G = 26.03%
B = 71.23%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#021334 (or 0x021334) is known color: Midnight Express. HEX triplet: 02, 13 and 34. RGB value is (2,19,52). Sum of RGB (Red+Green+Blue) = 2+19+52=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #021334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021334 is #FDECCB. Grayscale: #111111. Windows color (decimal): -16641228 or 3412738. OLE color: 3412738.

HSL color Cylindrical-coordinate representation of color #021334: hue angle of 219.6º 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 #021334 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 19 52 -
CMYK 0.96 0.63 0 0.80
HSL 219.6º 0.93% 0.11% -
HSV(B) 219.6º 0.96% 0.2% -
XYZ 0.88 0.73 3.34 -
YUV 17.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 2 19 52 0.96 0.63 0 0.80 219.6 0.93 0.11
Hex 2 13 34 60 3F 0 50 DC 5D B
Octal 2 23 64 140 77 0 120 334 135 13
Binary 10 10011 110100 1100000 111111 0 1010000 11011100 1011101 1011

Color Harmonies of #021334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021334

Black with #021334

Text Example


Text Example

White with #021334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021334; }

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

 H1.HeaderClassName
 {
   color: #021334;
 }
 .AnyTagClassName
 {
   color: #021334;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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