#212565

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

Shades of Midnight Blue #212565

Tints of Midnight Blue #212565

Color information

#212565 (or 0x212565) is unknown color: approx Midnight Blue. HEX triplet: 21, 25 and 65. RGB value is (33,37,101). Sum of RGB (Red+Green+Blue) = 33+37+101=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #212565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212565 is #DEDA9A. Grayscale: #2A2A2A. Windows color (decimal): -14604955 or 6628641. OLE color: 6628641.

HSL color Cylindrical-coordinate representation of color #212565: hue angle of 236.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212565 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3337101-
CMYK0.670.6300.60
HSL236.47º50.75%26.27%-
HSV(B)236.47º67.33%39.61%-
XYZ3.642.5912.62-
YUV43.1160.67120.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=19.30%
G=21.64%
B=59.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33371010.670.6300.60236.4750.7526.27
Hex212565433F03Cec331a
Octal4145145103770743546332
Binary1000011001011100101100001111111101111001110110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212565; }

 p { color: rgb(33,37,101); }

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

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

 a { background-color: rgb(33,37,101); }

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

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

 span { border-color: rgb(33,37,101); }

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