Html Css Color HEX #021041 Midnight Express

📋 copy color: '#021041'

red 2 ◦ green 16 ◦ blue 65

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

Shades of Midnight Express #021041

Tints of Midnight Express #021041

RGB

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

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

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

R = 2.41%
G = 19.28%
B = 78.31%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021041 (or 0x021041) is known color: Midnight Express. HEX triplet: 02, 10 and 41. RGB value is (2,16,65). Sum of RGB (Red+Green+Blue) = 2+16+65=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #021041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021041 is #FDEFBE. Grayscale: #111111. Windows color (decimal): -16641983 or 4263938. OLE color: 4263938.

HSL color Cylindrical-coordinate representation of color #021041: hue angle of 226.67º 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 #021041 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 16 65 -
CMYK 0.97 0.75 0 0.75
HSL 226.67º 0.94% 0.13% -
HSV(B) 226.67º 0.97% 0.25% -
XYZ 1.16 0.77 5.09 -
YUV 17.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 2 16 65 0.97 0.75 0 0.75 226.67 0.94 0.13
Hex 2 10 41 61 4B 0 4B E3 5E D
Octal 2 20 101 141 113 0 113 343 136 15
Binary 10 10000 1000001 1100001 1001011 0 1001011 11100011 1011110 1101

Color Harmonies of #021041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021041

Black with #021041

Text Example


Text Example

White with #021041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021041; }

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

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

background-color css

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

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

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

border-color css

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

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

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