#212A6C

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

Shades of Midnight Blue #212A6C

Tints of Midnight Blue #212A6C

Color information

#212A6C (or 0x212A6C) is unknown color: approx Midnight Blue. HEX triplet: 21, 2A and 6C. RGB value is (33,42,108). Sum of RGB (Red+Green+Blue) = 33+42+108=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #212A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A6C is #DED593. Grayscale: #2E2E2E. Windows color (decimal): -14603668 or 7088673. OLE color: 7088673.

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

Color convert

RGB3342108-
CMYK0.690.6100.58
HSL232.8º53.19%27.65%-
HSV(B)232.8º69.44%42.35%-
XYZ4.163.0614.56-
YUV46.83162.52118.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=18.03%
G=22.95%
B=59.02%

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
Decimal33421080.690.6100.58232.853.1927.65
Hex212A6C453D03Ae9351c
Octal4152154105750723516534
Binary1000011010101101100100010111110101110101110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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