#212460

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

Shades of Midnight Blue #212460

Tints of Midnight Blue #212460

Color information

#212460 (or 0x212460) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 60. RGB value is (33,36,96). Sum of RGB (Red+Green+Blue) = 33+36+96=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #212460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212460 is #DEDB9F. Grayscale: #292929. Windows color (decimal): -14605216 or 6300705. OLE color: 6300705.

HSL color Cylindrical-coordinate representation of color #212460: hue angle of 237.14º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212460 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB333696-
CMYK0.660.6200.62
HSL237.14º48.84%25.29%-
HSV(B)237.14º65.62%37.65%-
XYZ3.372.4311.36-
YUV41.94158.51121.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=20%
G=21.82%
B=58.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3336960.660.6200.62237.1448.8425.29
Hex212460423E03Eed3119
Octal4144140102760763556131
Binary1000011001001100000100001011111001111101110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212460; }

 p { color: rgb(33,36,96); }

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

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

 a { background-color: rgb(33,36,96); }

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

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

 span { border-color: rgb(33,36,96); }

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