Html Css Color HEX #021A41 Midnight Express

📋 copy color: '#021A41'

red 2 ◦ green 26 ◦ blue 65

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

Shades of Midnight Express #021A41

Tints of Midnight Express #021A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.96%

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

R = 2.15%
G = 27.96%
B = 69.89%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021A41 (or 0x021A41) is known color: Midnight Express. HEX triplet: 02, 1A and 41. RGB value is (2,26,65). Sum of RGB (Red+Green+Blue) = 2+26+65=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #021A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A41 is #FDE5BE. Grayscale: #171717. Windows color (decimal): -16639423 or 4266498. OLE color: 4266498.

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

Color convert

RGB 2 26 65 -
CMYK 0.97 0.60 0 0.75
HSL 217.14º 0.94% 0.13% -
HSV(B) 217.14º 0.97% 0.25% -
XYZ 1.35 1.13 5.15 -
YUV 23.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 2 26 65 0.97 0.60 0 0.75 217.14 0.94 0.13
Hex 2 1A 41 61 3C 0 4B D9 5E D
Octal 2 32 101 141 74 0 113 331 136 15
Binary 10 11010 1000001 1100001 111100 0 1001011 11011001 1011110 1101

Color Harmonies of #021A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A41

Black with #021A41

Text Example


Text Example

White with #021A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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