Html Css Color HEX #021839 Midnight Express

📋 copy color: '#021839'

red 2 ◦ green 24 ◦ blue 57

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

Shades of Midnight Express #021839

Tints of Midnight Express #021839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

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

R = 2.41%
G = 28.92%
B = 68.67%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021839 (or 0x021839) is known color: Midnight Express. HEX triplet: 02, 18 and 39. RGB value is (2,24,57). Sum of RGB (Red+Green+Blue) = 2+24+57=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #021839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021839 is #FDE7C6. Grayscale: #151515. Windows color (decimal): -16639943 or 3741698. OLE color: 3741698.

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

Color convert

RGB 2 24 57 -
CMYK 0.96 0.58 0 0.78
HSL 216º 0.93% 0.12% -
HSV(B) 216º 0.96% 0.22% -
XYZ 1.09 0.96 4 -
YUV 21.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 2 24 57 0.96 0.58 0 0.78 216 0.93 0.12
Hex 2 18 39 60 3A 0 4E D8 5D C
Octal 2 30 71 140 72 0 116 330 135 14
Binary 10 11000 111001 1100000 111010 0 1001110 11011000 1011101 1100

Color Harmonies of #021839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021839

Black with #021839

Text Example


Text Example

White with #021839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021839; }

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

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

background-color css

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

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

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

border-color css

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

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

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