#212A6F

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

Shades of Midnight Blue #212A6F

Tints of Midnight Blue #212A6F

Color information

#212A6F (or 0x212A6F) is unknown color: approx Midnight Blue. HEX triplet: 21, 2A and 6F. RGB value is (33,42,111). Sum of RGB (Red+Green+Blue) = 33+42+111=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #212A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A6F is #DED590. Grayscale: #2E2E2E. Windows color (decimal): -14603665 or 7285281. OLE color: 7285281.

HSL color Cylindrical-coordinate representation of color #212A6F: hue angle of 233.08º 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 #212A6F is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3342111-
CMYK0.700.6200.56
HSL233.08º54.17%28.24%-
HSV(B)233.08º70.27%43.53%-
XYZ4.323.1315.41-
YUV47.18164.02117.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=17.74%
G=22.58%
B=59.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33421110.700.6200.56233.0854.1728.24
Hex212A6F463E038e9361c
Octal4152157106760703516634
Binary1000011010101101111100011011111001110001110100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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