Html Css Color HEX #021141 Midnight Express

📋 copy color: '#021141'

red 2 ◦ green 17 ◦ blue 65

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

Shades of Midnight Express #021141

Tints of Midnight Express #021141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 77.38%

R = 2.38%
G = 20.24%
B = 77.38%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021141 (or 0x021141) is known color: Midnight Express. HEX triplet: 02, 11 and 41. RGB value is (2,17,65). Sum of RGB (Red+Green+Blue) = 2+17+65=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #021141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021141 is #FDEEBE. Grayscale: #111111. Windows color (decimal): -16641727 or 4264194. OLE color: 4264194.

HSL color Cylindrical-coordinate representation of color #021141: hue angle of 225.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021141 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 17 65 -
CMYK 0.97 0.74 0 0.75
HSL 225.71º 0.94% 0.13% -
HSV(B) 225.71º 0.97% 0.25% -
XYZ 1.18 0.8 5.09 -
YUV 17.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 2 17 65 0.97 0.74 0 0.75 225.71 0.94 0.13
Hex 2 11 41 61 4A 0 4B E2 5E D
Octal 2 21 101 141 112 0 113 342 136 15
Binary 10 10001 1000001 1100001 1001010 0 1001011 11100010 1011110 1101

Color Harmonies of #021141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021141

Black with #021141

Text Example


Text Example

White with #021141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021141; }

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

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

background-color css

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

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

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

border-color css

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

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

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