#212B6D

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

Shades of Midnight Blue #212B6D

Tints of Midnight Blue #212B6D

Color information

#212B6D (or 0x212B6D) is unknown color: approx Midnight Blue. HEX triplet: 21, 2B and 6D. RGB value is (33,43,109). Sum of RGB (Red+Green+Blue) = 33+43+109=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #212B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B6D is #DED492. Grayscale: #2F2F2F. Windows color (decimal): -14603411 or 7154465. OLE color: 7154465.

HSL color Cylindrical-coordinate representation of color #212B6D: hue angle of 232.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #212B6D is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3343109-
CMYK0.700.6100.57
HSL232.11º53.52%27.84%-
HSV(B)232.11º69.72%42.75%-
XYZ4.253.1614.85-
YUV47.53162.69117.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=17.84%
G=23.24%
B=58.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33431090.700.6100.57232.1153.5227.84
Hex212B6D463D039e8361c
Octal4153155106750713506634
Binary1000011010111101101100011011110101110011110100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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