#212965

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

Shades of Midnight Blue #212965

Tints of Midnight Blue #212965

Color information

#212965 (or 0x212965) is unknown color: approx Midnight Blue. HEX triplet: 21, 29 and 65. RGB value is (33,41,101). Sum of RGB (Red+Green+Blue) = 33+41+101=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #212965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212965 is #DED69A. Grayscale: #2D2D2D. Windows color (decimal): -14603931 or 6629665. OLE color: 6629665.

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

Color convert

RGB3341101-
CMYK0.670.5900.60
HSL232.94º50.75%26.27%-
HSV(B)232.94º67.33%39.61%-
XYZ3.772.8512.66-
YUV45.45159.35119.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=18.86%
G=23.43%
B=57.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33411010.670.5900.60232.9450.7526.27
Hex212965433B03Ce9331a
Octal4151145103730743516332
Binary1000011010011100101100001111101101111001110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212965; }

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

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

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

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

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

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

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

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