Html Css Color HEX #212076 Midnight Blue

📋 copy color: '#212076'

red 33 ◦ green 32 ◦ blue 118

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

Shades of Midnight Blue #212076

Tints of Midnight Blue #212076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.48%

R = 18.03%
G = 17.49%
B = 64.48%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212076 (or 0x212076) is known color: Midnight Blue. HEX triplet: 21, 20 and 76. RGB value is (33,32,118). Sum of RGB (Red+Green+Blue) = 33+32+118=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #212076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212076 is #DEDF89. Grayscale: #292929. Windows color (decimal): -14606218 or 7741473. OLE color: 7741473.

HSL color Cylindrical-coordinate representation of color #212076: hue angle of 240.7º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212076 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 32 118 -
CMYK 0.72 0.73 0 0.54
HSL 240.7º 0.57% 0.29% -
HSV(B) 240.7º 0.73% 0.46% -
XYZ 4.41 2.66 17.42 -
YUV 42.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 33 32 118 0.72 0.73 0 0.54 240.7 0.57 0.29
Hex 21 20 76 48 49 0 36 F1 39 1D
Octal 41 40 166 110 111 0 66 361 71 35
Binary 100001 100000 1110110 1001000 1001001 0 110110 11110001 111001 11101

Color Harmonies of #212076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212076

Black with #212076

Text Example


Text Example

White with #212076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212076; }

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

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

background-color css

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

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

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

border-color css

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

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

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