Html Css Color HEX #212539 Midnight Express

📋 copy color: '#212539'

red 33 ◦ green 37 ◦ blue 57

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

Shades of Midnight Express #212539

Tints of Midnight Express #212539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.88%

R = 25.98%
G = 29.13%
B = 44.88%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212539 (or 0x212539) is known color: Midnight Express. HEX triplet: 21, 25 and 39. RGB value is (33,37,57). Sum of RGB (Red+Green+Blue) = 33+37+57=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #212539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212539 is #DEDAC6. Grayscale: #262626. Windows color (decimal): -14604999 or 3745057. OLE color: 3745057.

HSL color Cylindrical-coordinate representation of color #212539: hue angle of 230º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212539 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 37 57 -
CMYK 0.42 0.35 0 0.78
HSL 230º 0.27% 0.18% -
HSV(B) 230º 0.42% 0.22% -
XYZ 2.03 1.94 4.14 -
YUV 38.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 33 37 57 0.42 0.35 0 0.78 230 0.27 0.18
Hex 21 25 39 2A 23 0 4E E6 1B 12
Octal 41 45 71 52 43 0 116 346 33 22
Binary 100001 100101 111001 101010 100011 0 1001110 11100110 11011 10010

Color Harmonies of #212539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212539

Black with #212539

Text Example


Text Example

White with #212539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212539; }

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

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

background-color css

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

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

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

border-color css

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

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

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