Html Css Color HEX #212070 Midnight Blue

📋 copy color: '#212070'

red 33 ◦ green 32 ◦ blue 112

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

Shades of Midnight Blue #212070

Tints of Midnight Blue #212070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 18.64%
G = 18.08%
B = 63.28%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#212070 (or 0x212070) is known color: Midnight Blue. HEX triplet: 21, 20 and 70. RGB value is (33,32,112). Sum of RGB (Red+Green+Blue) = 33+32+112=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #212070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212070 is #DEDF8F. Grayscale: #292929. Windows color (decimal): -14606224 or 7348257. OLE color: 7348257.

HSL color Cylindrical-coordinate representation of color #212070: hue angle of 240.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212070 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 32 112 -
CMYK 0.71 0.71 0 0.56
HSL 240.75º 0.56% 0.28% -
HSV(B) 240.75º 0.71% 0.44% -
XYZ 4.07 2.53 15.6 -
YUV 41.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 33 32 112 0.71 0.71 0 0.56 240.75 0.56 0.28
Hex 21 20 70 47 47 0 38 F1 38 1C
Octal 41 40 160 107 107 0 70 361 70 34
Binary 100001 100000 1110000 1000111 1000111 0 111000 11110001 111000 11100

Color Harmonies of #212070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212070

Black with #212070

Text Example


Text Example

White with #212070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212070; }

 p { color: rgb(33,32,112); }

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

background-color css

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

 a { background-color: rgb(33,32,112); }

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

border-color css

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

 span { border-color: rgb(33,32,112); }

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