Html Css Color HEX #021343 Midnight Express

📋 copy color: '#021343'

red 2 ◦ green 19 ◦ blue 67

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

Shades of Midnight Express #021343

Tints of Midnight Express #021343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 76.14%

R = 2.27%
G = 21.59%
B = 76.14%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#021343 (or 0x021343) is known color: Midnight Express. HEX triplet: 02, 13 and 43. RGB value is (2,19,67). Sum of RGB (Red+Green+Blue) = 2+19+67=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 67 (26.56% from 255 or 76.14% from 88); Max value from RGB is 67 - color contains mainly: blue. Hex color #021343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021343 is #FDECBC. Grayscale: #131313. Windows color (decimal): -16641213 or 4395778. OLE color: 4395778.

HSL color Cylindrical-coordinate representation of color #021343: hue angle of 224.31º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021343 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 19 67 -
CMYK 0.97 0.72 0 0.74
HSL 224.31º 0.94% 0.14% -
HSV(B) 224.31º 0.97% 0.26% -
XYZ 1.27 0.88 5.41 -
YUV 19.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 2 19 67 0.97 0.72 0 0.74 224.31 0.94 0.14
Hex 2 13 43 61 48 0 4A E0 5E E
Octal 2 23 103 141 110 0 112 340 136 16
Binary 10 10011 1000011 1100001 1001000 0 1001010 11100000 1011110 1110

Color Harmonies of #021343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021343

Black with #021343

Text Example


Text Example

White with #021343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021343; }

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

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

background-color css

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

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

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

border-color css

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

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

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