#212B82

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

Shades of Midnight Blue #212B82

Tints of Midnight Blue #212B82

Color information

#212B82 (or 0x212B82) is unknown color: approx Midnight Blue. HEX triplet: 21, 2B and 82. RGB value is (33,43,130). Sum of RGB (Red+Green+Blue) = 33+43+130=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #212B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B82 is #DED47D. Grayscale: #313131. Windows color (decimal): -14603390 or 8530721. OLE color: 8530721.

HSL color Cylindrical-coordinate representation of color #212B82: hue angle of 233.81º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212B82 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3343130-
CMYK0.750.6700.49
HSL233.81º59.51%31.96%-
HSV(B)233.81º74.62%50.98%-
XYZ5.523.6621.54-
YUV49.93173.19115.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 130 (51.17% from 255) = 63.11%
R=16.02%
G=20.87%
B=63.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33431300.750.6700.49233.8159.5131.96
Hex212B824B43031ea3c20
Octal41532021131030613527440
Binary1000011010111000001010010111000011011000111101010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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