#212B6F

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

Shades of Midnight Blue #212B6F

Tints of Midnight Blue #212B6F

Color information

#212B6F (or 0x212B6F) is unknown color: approx Midnight Blue. HEX triplet: 21, 2B and 6F. RGB value is (33,43,111). Sum of RGB (Red+Green+Blue) = 33+43+111=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #212B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B6F is #DED490. Grayscale: #2F2F2F. Windows color (decimal): -14603409 or 7285537. OLE color: 7285537.

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

Color convert

RGB3343111-
CMYK0.700.6100.56
HSL232.31º54.17%28.24%-
HSV(B)232.31º70.27%43.53%-
XYZ4.363.215.43-
YUV47.76163.69117.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=17.65%
G=22.99%
B=59.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33431110.700.6100.56232.3154.1728.24
Hex212B6F463D038e8361c
Octal4153157106750703506634
Binary1000011010111101111100011011110101110001110100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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