Html Css Color HEX #212572 Midnight Blue

📋 copy color: '#212572'

red 33 ◦ green 37 ◦ blue 114

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

Shades of Midnight Blue #212572

Tints of Midnight Blue #212572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 17.93%
G = 20.11%
B = 61.96%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#212572 (or 0x212572) is known color: Midnight Blue. HEX triplet: 21, 25 and 72. RGB value is (33,37,114). Sum of RGB (Red+Green+Blue) = 33+37+114=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #212572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212572 is #DEDA8D. Grayscale: #2C2C2C. Windows color (decimal): -14604942 or 7480609. OLE color: 7480609.

HSL color Cylindrical-coordinate representation of color #212572: hue angle of 237.04º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212572 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 37 114 -
CMYK 0.71 0.68 0 0.55
HSL 237.04º 0.55% 0.29% -
HSV(B) 237.04º 0.71% 0.45% -
XYZ 4.33 2.86 16.24 -
YUV 44.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 33 37 114 0.71 0.68 0 0.55 237.04 0.55 0.29
Hex 21 25 72 47 44 0 37 ED 37 1D
Octal 41 45 162 107 104 0 67 355 67 35
Binary 100001 100101 1110010 1000111 1000100 0 110111 11101101 110111 11101

Color Harmonies of #212572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212572

Black with #212572

Text Example


Text Example

White with #212572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212572; }

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

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

background-color css

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

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

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

border-color css

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

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

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