#211965

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

Shades of Midnight Blue #211965

Tints of Midnight Blue #211965

Color information

#211965 (or 0x211965) is unknown color: approx Midnight Blue. HEX triplet: 21, 19 and 65. RGB value is (33,25,101). Sum of RGB (Red+Green+Blue) = 33+25+101=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #211965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211965 is #DEE69A. Grayscale: #232323. Windows color (decimal): -14608027 or 6625569. OLE color: 6625569.

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

Color convert

RGB3325101-
CMYK0.670.7500.60
HSL246.32º60.32%24.71%-
HSV(B)246.32º75.25%39.61%-
XYZ3.321.9612.51-
YUV36.06164.65125.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 101 (39.84% from 255) = 63.52%
R=20.75%
G=15.72%
B=63.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33251010.670.7500.60246.3260.3224.71
Hex211965434B03Cf63c19
Octal41311451031130743667431
Binary1000011100111001011000011100101101111001111011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211965; }

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

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

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

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

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

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

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

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