#221963

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

Shades of Midnight Blue #221963

Tints of Midnight Blue #221963

Color information

#221963 (or 0x221963) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 63. RGB value is (34,25,99). Sum of RGB (Red+Green+Blue) = 34+25+99=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #221963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221963 is #DDE69C. Grayscale: #232323. Windows color (decimal): -14542493 or 6494498. OLE color: 6494498.

HSL color Cylindrical-coordinate representation of color #221963: hue angle of 247.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221963 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB342599-
CMYK0.660.7500.61
HSL247.3º59.68%24.31%-
HSV(B)247.3º74.75%38.82%-
XYZ3.261.9412.01-
YUV36.13163.48126.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 99 (39.06% from 255) = 62.66%
R=21.52%
G=15.82%
B=62.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3425990.660.7500.61247.359.6824.31
Hex221963424B03Df73c18
Octal42311431021130753677430
Binary1000101100111000111000010100101101111011111011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221963; }

 p { color: rgb(34,25,99); }

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

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

 a { background-color: rgb(34,25,99); }

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

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

 span { border-color: rgb(34,25,99); }

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