Html Css Color HEX #212540 Midnight Express

📋 copy color: '#212540'

red 33 ◦ green 37 ◦ blue 64

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

Shades of Midnight Express #212540

Tints of Midnight Express #212540

RGB

 RED value IS 33 (13.28% from 255) = 24.63%

 GREEN value IS 37 (14.84% from 255) = 27.61%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 24.63%
G = 27.61%
B = 47.76%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#212540 (or 0x212540) is known color: Midnight Express. HEX triplet: 21, 25 and 40. RGB value is (33,37,64). Sum of RGB (Red+Green+Blue) = 33+37+64=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #212540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212540 is #DEDABF. Grayscale: #262626. Windows color (decimal): -14604992 or 4203809. OLE color: 4203809.

HSL color Cylindrical-coordinate representation of color #212540: hue angle of 232.26º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #212540 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 37 64 -
CMYK 0.48 0.42 0 0.75
HSL 232.26º 0.32% 0.19% -
HSV(B) 232.26º 0.48% 0.25% -
XYZ 2.21 2.02 5.12 -
YUV 38.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 33 37 64 0.48 0.42 0 0.75 232.26 0.32 0.19
Hex 21 25 40 30 2A 0 4B E8 20 13
Octal 41 45 100 60 52 0 113 350 40 23
Binary 100001 100101 1000000 110000 101010 0 1001011 11101000 100000 10011

Color Harmonies of #212540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212540

Black with #212540

Text Example


Text Example

White with #212540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212540; }

 p { color: rgb(33,37,64); }

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

background-color css

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

 a { background-color: rgb(33,37,64); }

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

border-color css

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

 span { border-color: rgb(33,37,64); }

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