#221973

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

Shades of Midnight Blue #221973

Tints of Midnight Blue #221973

Color information

#221973 (or 0x221973) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 73. RGB value is (34,25,115). Sum of RGB (Red+Green+Blue) = 34+25+115=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #221973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221973 is #DDE68C. Grayscale: #252525. Windows color (decimal): -14542477 or 7543074. OLE color: 7543074.

HSL color Cylindrical-coordinate representation of color #221973: hue angle of 246º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221973 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3425115-
CMYK0.700.7800.55
HSL246º64.29%27.45%-
HSV(B)246º78.26%45.1%-
XYZ4.12.2716.44-
YUV37.95171.48125.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 115 (45.31% from 255) = 66.09%
R=19.54%
G=14.37%
B=66.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34251150.700.7800.5524664.2927.45
Hex221973464E037f6401b
Octal423116310611606736610033
Binary10001011001111001110001101001110011011111110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221973; }

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

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

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

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

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

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

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

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