#221971

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

Shades of Midnight Blue #221971

Tints of Midnight Blue #221971

Color information

#221971 (or 0x221971) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 71. RGB value is (34,25,113). Sum of RGB (Red+Green+Blue) = 34+25+113=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #221971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221971 is #DDE68E. Grayscale: #252525. Windows color (decimal): -14542479 or 7412002. OLE color: 7412002.

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

Color convert

RGB3425113-
CMYK0.700.7800.56
HSL246.14º63.77%27.06%-
HSV(B)246.14º77.88%44.31%-
XYZ3.992.2315.84-
YUV37.72170.48125.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=19.77%
G=14.53%
B=65.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34251130.700.7800.56246.1463.7727.06
Hex221971464E038f6401b
Octal423116110611607036610033
Binary10001011001111000110001101001110011100011110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221971; }

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

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

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

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

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

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

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

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