Html Css Color HEX #021841 Midnight Express

📋 copy color: '#021841'

red 2 ◦ green 24 ◦ blue 65

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

Shades of Midnight Express #021841

Tints of Midnight Express #021841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.37%

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

R = 2.2%
G = 26.37%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021841 (or 0x021841) is known color: Midnight Express. HEX triplet: 02, 18 and 41. RGB value is (2,24,65). Sum of RGB (Red+Green+Blue) = 2+24+65=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #021841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021841 is #FDE7BE. Grayscale: #151515. Windows color (decimal): -16639935 or 4265986. OLE color: 4265986.

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

Color convert

RGB 2 24 65 -
CMYK 0.97 0.63 0 0.75
HSL 219.05º 0.94% 0.13% -
HSV(B) 219.05º 0.97% 0.25% -
XYZ 1.31 1.05 5.13 -
YUV 22.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 2 24 65 0.97 0.63 0 0.75 219.05 0.94 0.13
Hex 2 18 41 61 3F 0 4B DB 5E D
Octal 2 30 101 141 77 0 113 333 136 15
Binary 10 11000 1000001 1100001 111111 0 1001011 11011011 1011110 1101

Color Harmonies of #021841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021841

Black with #021841

Text Example


Text Example

White with #021841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021841; }

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

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

background-color css

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

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

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

border-color css

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

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

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