Html Css Color HEX #212747 Midnight Express

📋 copy color: '#212747'

red 33 ◦ green 39 ◦ blue 71

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

Shades of Midnight Express #212747

Tints of Midnight Express #212747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 23.08%
G = 27.27%
B = 49.65%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#212747 (or 0x212747) is known color: Midnight Express. HEX triplet: 21, 27 and 47. RGB value is (33,39,71). Sum of RGB (Red+Green+Blue) = 33+39+71=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #212747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212747 is #DED8B8. Grayscale: #282828. Windows color (decimal): -14604473 or 4663073. OLE color: 4663073.

HSL color Cylindrical-coordinate representation of color #212747: hue angle of 230.53º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212747 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 39 71 -
CMYK 0.54 0.45 0 0.72
HSL 230.53º 0.37% 0.2% -
HSV(B) 230.53º 0.54% 0.28% -
XYZ 2.49 2.23 6.26 -
YUV 40.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 33 39 71 0.54 0.45 0 0.72 230.53 0.37 0.2
Hex 21 27 47 36 2D 0 48 E7 25 14
Octal 41 47 107 66 55 0 110 347 45 24
Binary 100001 100111 1000111 110110 101101 0 1001000 11100111 100101 10100

Color Harmonies of #212747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212747

Black with #212747

Text Example


Text Example

White with #212747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212747; }

 p { color: rgb(33,39,71); }

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

background-color css

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

 a { background-color: rgb(33,39,71); }

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

border-color css

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

 span { border-color: rgb(33,39,71); }

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