Html Css Color HEX #212272 Midnight Blue

📋 copy color: '#212272'

red 33 ◦ green 34 ◦ blue 114

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

Shades of Midnight Blue #212272

Tints of Midnight Blue #212272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 18.23%
G = 18.78%
B = 62.98%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#212272 (or 0x212272) is known color: Midnight Blue. HEX triplet: 21, 22 and 72. RGB value is (33,34,114). Sum of RGB (Red+Green+Blue) = 33+34+114=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #212272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212272 is #DEDD8D. Grayscale: #2A2A2A. Windows color (decimal): -14605710 or 7479841. OLE color: 7479841.

HSL color Cylindrical-coordinate representation of color #212272: hue angle of 239.26º 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 #212272 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 34 114 -
CMYK 0.71 0.70 0 0.55
HSL 239.26º 0.55% 0.29% -
HSV(B) 239.26º 0.71% 0.45% -
XYZ 4.24 2.68 16.21 -
YUV 42.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 33 34 114 0.71 0.70 0 0.55 239.26 0.55 0.29
Hex 21 22 72 47 46 0 37 EF 37 1D
Octal 41 42 162 107 106 0 67 357 67 35
Binary 100001 100010 1110010 1000111 1000110 0 110111 11101111 110111 11101

Color Harmonies of #212272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212272

Black with #212272

Text Example


Text Example

White with #212272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212272; }

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

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

background-color css

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

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

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

border-color css

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

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

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