Html Css Color HEX #021034 Midnight Express

📋 copy color: '#021034'

red 2 ◦ green 16 ◦ blue 52

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

Shades of Midnight Express #021034

Tints of Midnight Express #021034

RGB

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

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

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

R = 2.86%
G = 22.86%
B = 74.29%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#021034 (or 0x021034) is known color: Midnight Express. HEX triplet: 02, 10 and 34. RGB value is (2,16,52). Sum of RGB (Red+Green+Blue) = 2+16+52=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #021034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021034 is #FDEFCB. Grayscale: #0F0F0F. Windows color (decimal): -16641996 or 3411970. OLE color: 3411970.

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

Color convert

RGB 2 16 52 -
CMYK 0.96 0.69 0 0.80
HSL 223.2º 0.93% 0.11% -
HSV(B) 223.2º 0.96% 0.2% -
XYZ 0.83 0.63 3.33 -
YUV 15.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 2 16 52 0.96 0.69 0 0.80 223.2 0.93 0.11
Hex 2 10 34 60 45 0 50 DF 5D B
Octal 2 20 64 140 105 0 120 337 135 13
Binary 10 10000 110100 1100000 1000101 0 1010000 11011111 1011101 1011

Color Harmonies of #021034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021034

Black with #021034

Text Example


Text Example

White with #021034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021034; }

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

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

background-color css

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

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

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

border-color css

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

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

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