Html Css Color HEX #021941 Midnight Express

📋 copy color: '#021941'

red 2 ◦ green 25 ◦ blue 65

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

Shades of Midnight Express #021941

Tints of Midnight Express #021941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

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

R = 2.17%
G = 27.17%
B = 70.65%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021941 (or 0x021941) is known color: Midnight Express. HEX triplet: 02, 19 and 41. RGB value is (2,25,65). Sum of RGB (Red+Green+Blue) = 2+25+65=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #021941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021941 is #FDE6BE. Grayscale: #161616. Windows color (decimal): -16639679 or 4266242. OLE color: 4266242.

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

Color convert

RGB 2 25 65 -
CMYK 0.97 0.62 0 0.75
HSL 218.1º 0.94% 0.13% -
HSV(B) 218.1º 0.97% 0.25% -
XYZ 1.33 1.09 5.14 -
YUV 22.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 2 25 65 0.97 0.62 0 0.75 218.1 0.94 0.13
Hex 2 19 41 61 3E 0 4B DA 5E D
Octal 2 31 101 141 76 0 113 332 136 15
Binary 10 11001 1000001 1100001 111110 0 1001011 11011010 1011110 1101

Color Harmonies of #021941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021941

Black with #021941

Text Example


Text Example

White with #021941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021941; }

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

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

background-color css

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

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

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

border-color css

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

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

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