Html Css Color HEX #212188 Midnight Blue

📋 copy color: '#212188'

red 33 ◦ green 33 ◦ blue 136

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

Shades of Midnight Blue #212188

Tints of Midnight Blue #212188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

 BLUE value IS 136 (53.52% from 255) = 67.33%

R = 16.34%
G = 16.34%
B = 67.33%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#212188 (or 0x212188) is known color: Midnight Blue. HEX triplet: 21, 21 and 88. RGB value is (33,33,136). Sum of RGB (Red+Green+Blue) = 33+33+136=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #212188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212188 is #DEDE77. Grayscale: #2C2C2C. Windows color (decimal): -14605944 or 8921377. OLE color: 8921377.

HSL color Cylindrical-coordinate representation of color #212188: hue angle of 240º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212188 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 33 136 -
CMYK 0.76 0.76 0 0.47
HSL 240º 0.61% 0.33% -
HSV(B) 240º 0.76% 0.53% -
XYZ 5.61 3.19 23.61 -
YUV 44.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 33 33 136 0.76 0.76 0 0.47 240 0.61 0.33
Hex 21 21 88 4C 4C 0 2F F0 3D 21
Octal 41 41 210 114 114 0 57 360 75 41
Binary 100001 100001 10001000 1001100 1001100 0 101111 11110000 111101 100001

Color Harmonies of #212188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212188

Black with #212188

Text Example


Text Example

White with #212188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212188; }

 p { color: rgb(33,33,136); }

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

background-color css

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

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

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

border-color css

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

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

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