#212B71

Color #212B71 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #212B71

Tints of Midnight Blue #212B71

Color information

#212B71 (or 0x212B71) is unknown color: approx Midnight Blue. HEX triplet: 21, 2B and 71. RGB value is (33,43,113). Sum of RGB (Red+Green+Blue) = 33+43+113=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #212B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B71 is #DED48E. Grayscale: #2F2F2F. Windows color (decimal): -14603407 or 7416609. OLE color: 7416609.

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

Color convert

RGB3343113-
CMYK0.710.6200.56
HSL232.5º54.79%28.63%-
HSV(B)232.5º70.8%44.31%-
XYZ4.473.2416.01-
YUV47.99164.69117.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=17.46%
G=22.75%
B=59.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33431130.710.6200.56232.554.7928.63
Hex212B71473E038e8371d
Octal4153161107760703506735
Binary1000011010111110001100011111111001110001110100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212B71; }

 p { color: rgb(33,43,113); }

 H1.HeaderClassName
 {
   color: #212B71;
 }
 .AnyTagClassName
 {
   color: #212B71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #212B71;
 }
 .BgClassName
 {
   background-color: #212B71;
 }
</style>
border-color css

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

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

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