Html Css Color HEX #021039 Midnight Express

📋 copy color: '#021039'

red 2 ◦ green 16 ◦ blue 57

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

Shades of Midnight Express #021039

Tints of Midnight Express #021039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

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

R = 2.67%
G = 21.33%
B = 76%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021039 (or 0x021039) is known color: Midnight Express. HEX triplet: 02, 10 and 39. RGB value is (2,16,57). Sum of RGB (Red+Green+Blue) = 2+16+57=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #021039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021039 is #FDEFC6. Grayscale: #101010. Windows color (decimal): -16641991 or 3739650. OLE color: 3739650.

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

Color convert

RGB 2 16 57 -
CMYK 0.96 0.72 0 0.78
HSL 224.73º 0.93% 0.12% -
HSV(B) 224.73º 0.96% 0.22% -
XYZ 0.95 0.68 3.95 -
YUV 16.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 2 16 57 0.96 0.72 0 0.78 224.73 0.93 0.12
Hex 2 10 39 60 48 0 4E E1 5D C
Octal 2 20 71 140 110 0 116 341 135 14
Binary 10 10000 111001 1100000 1001000 0 1001110 11100001 1011101 1100

Color Harmonies of #021039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021039

Black with #021039

Text Example


Text Example

White with #021039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021039; }

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

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

background-color css

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

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

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

border-color css

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

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

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