#212465

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

Shades of Midnight Blue #212465

Tints of Midnight Blue #212465

Color information

#212465 (or 0x212465) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 65. RGB value is (33,36,101). Sum of RGB (Red+Green+Blue) = 33+36+101=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #212465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212465 is #DEDB9A. Grayscale: #2A2A2A. Windows color (decimal): -14605211 or 6628385. OLE color: 6628385.

HSL color Cylindrical-coordinate representation of color #212465: hue angle of 237.35º 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 #212465 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3336101-
CMYK0.670.6400.60
HSL237.35º50.75%26.27%-
HSV(B)237.35º67.33%39.61%-
XYZ3.612.5212.61-
YUV42.51161.01121.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 101 (39.84% from 255) = 59.41%
R=19.41%
G=21.18%
B=59.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33361010.670.6400.60237.3550.7526.27
Hex212465434003Ced331a
Octal41441451031000743556332
Binary10000110010011001011000011100000001111001110110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212465; }

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

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

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

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

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

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

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

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