#212A6B

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

Shades of Midnight Blue #212A6B

Tints of Midnight Blue #212A6B

Color information

#212A6B (or 0x212A6B) is unknown color: approx Midnight Blue. HEX triplet: 21, 2A and 6B. RGB value is (33,42,107). Sum of RGB (Red+Green+Blue) = 33+42+107=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #212A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A6B is #DED594. Grayscale: #2E2E2E. Windows color (decimal): -14603669 or 7023137. OLE color: 7023137.

HSL color Cylindrical-coordinate representation of color #212A6B: hue angle of 232.7º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212A6B is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3342107-
CMYK0.690.6100.58
HSL232.7º52.86%27.45%-
HSV(B)232.7º69.16%41.96%-
XYZ4.113.0414.28-
YUV46.72162.02118.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=18.13%
G=23.08%
B=58.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33421070.690.6100.58232.752.8627.45
Hex212A6B453D03Ae9351b
Octal4152153105750723516533
Binary1000011010101101011100010111110101110101110100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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