Html Css Color HEX #021134 Midnight Express

📋 copy color: '#021134'

red 2 ◦ green 17 ◦ blue 52

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

Shades of Midnight Express #021134

Tints of Midnight Express #021134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

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

R = 2.82%
G = 23.94%
B = 73.24%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#021134 (or 0x021134) is known color: Midnight Express. HEX triplet: 02, 11 and 34. RGB value is (2,17,52). Sum of RGB (Red+Green+Blue) = 2+17+52=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #021134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021134 is #FDEECB. Grayscale: #101010. Windows color (decimal): -16641740 or 3412226. OLE color: 3412226.

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

Color convert

RGB 2 17 52 -
CMYK 0.96 0.67 0 0.80
HSL 222º 0.93% 0.11% -
HSV(B) 222º 0.96% 0.2% -
XYZ 0.85 0.66 3.33 -
YUV 16.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 2 17 52 0.96 0.67 0 0.80 222 0.93 0.11
Hex 2 11 34 60 43 0 50 DE 5D B
Octal 2 21 64 140 103 0 120 336 135 13
Binary 10 10001 110100 1100000 1000011 0 1010000 11011110 1011101 1011

Color Harmonies of #021134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021134

Black with #021134

Text Example


Text Example

White with #021134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021134; }

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

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

background-color css

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

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

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

border-color css

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

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

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