Html Css Color HEX #021133 Midnight Express

📋 copy color: '#021133'

red 2 ◦ green 17 ◦ blue 51

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

Shades of Midnight Express #021133

Tints of Midnight Express #021133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 72.86%

R = 2.86%
G = 24.29%
B = 72.86%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#021133 (or 0x021133) is known color: Midnight Express. HEX triplet: 02, 11 and 33. RGB value is (2,17,51). Sum of RGB (Red+Green+Blue) = 2+17+51=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 51 (20.31% from 255 or 72.86% from 70); Max value from RGB is 51 - color contains mainly: blue. Hex color #021133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021133 is #FDEECC. Grayscale: #101010. Windows color (decimal): -16641741 or 3346690. OLE color: 3346690.

HSL color Cylindrical-coordinate representation of color #021133: hue angle of 221.63º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021133 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 17 51 -
CMYK 0.96 0.67 0 0.8
HSL 221.63º 0.92% 0.1% -
HSV(B) 221.63º 0.96% 0.2% -
XYZ 0.82 0.65 3.21 -
YUV 16.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 2 17 51 0.96 0.67 0 0.8 221.63 0.92 0.1
Hex 2 11 33 60 43 0 50 DE 5C A
Octal 2 21 63 140 103 0 120 336 134 12
Binary 10 10001 110011 1100000 1000011 0 1010000 11011110 1011100 1010

Color Harmonies of #021133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021133

Black with #021133

Text Example


Text Example

White with #021133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021133; }

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

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

background-color css

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

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

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

border-color css

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

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

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