Html Css Color HEX #213147 Midnight

📋 copy color: '#213147'

red 33 ◦ green 49 ◦ blue 71

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

Shades of Midnight #213147

Tints of Midnight #213147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

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

R = 21.57%
G = 32.03%
B = 46.41%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#213147 (or 0x213147) is known color: Midnight. HEX triplet: 21, 31 and 47. RGB value is (33,49,71). Sum of RGB (Red+Green+Blue) = 33+49+71=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #213147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213147 is #DECEB8. Grayscale: #2E2E2E. Windows color (decimal): -14601913 or 4665633. OLE color: 4665633.

HSL color Cylindrical-coordinate representation of color #213147: hue angle of 214.74º 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 #213147 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 49 71 -
CMYK 0.54 0.31 0 0.72
HSL 214.74º 0.37% 0.2% -
HSV(B) 214.74º 0.54% 0.28% -
XYZ 2.86 2.97 6.38 -
YUV 46.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 33 49 71 0.54 0.31 0 0.72 214.74 0.37 0.2
Hex 21 31 47 36 1F 0 48 D7 25 14
Octal 41 61 107 66 37 0 110 327 45 24
Binary 100001 110001 1000111 110110 11111 0 1001000 11010111 100101 10100

Color Harmonies of #213147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213147

Black with #213147

Text Example


Text Example

White with #213147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213147; }

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

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

background-color css

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

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

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

border-color css

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

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

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