Html Css Color HEX #021339 Midnight Express

📋 copy color: '#021339'

red 2 ◦ green 19 ◦ blue 57

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

Shades of Midnight Express #021339

Tints of Midnight Express #021339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 73.08%

R = 2.56%
G = 24.36%
B = 73.08%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021339 (or 0x021339) is known color: Midnight Express. HEX triplet: 02, 13 and 39. RGB value is (2,19,57). Sum of RGB (Red+Green+Blue) = 2+19+57=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #021339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021339 is #FDECC6. Grayscale: #121212. Windows color (decimal): -16641223 or 3740418. OLE color: 3740418.

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

Color convert

RGB 2 19 57 -
CMYK 0.96 0.67 0 0.78
HSL 221.45º 0.93% 0.12% -
HSV(B) 221.45º 0.96% 0.22% -
XYZ 1 0.77 3.97 -
YUV 18.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 2 19 57 0.96 0.67 0 0.78 221.45 0.93 0.12
Hex 2 13 39 60 43 0 4E DD 5D C
Octal 2 23 71 140 103 0 116 335 135 14
Binary 10 10011 111001 1100000 1000011 0 1001110 11011101 1011101 1100

Color Harmonies of #021339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021339

Black with #021339

Text Example


Text Example

White with #021339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021339; }

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

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

background-color css

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

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

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

border-color css

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

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

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