#221162

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

Shades of Midnight Blue #221162

Tints of Midnight Blue #221162

Color information

#221162 (or 0x221162) is unknown color: approx Midnight Blue. HEX triplet: 22, 11 and 62. RGB value is (34,17,98). Sum of RGB (Red+Green+Blue) = 34+17+98=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #221162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221162 is #DDEE9D. Grayscale: #1F1F1F. Windows color (decimal): -14544542 or 6426914. OLE color: 6426914.

HSL color Cylindrical-coordinate representation of color #221162: hue angle of 252.59º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221162 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB341798-
CMYK0.650.8300.62
HSL252.59º70.43%22.55%-
HSV(B)252.59º82.65%38.43%-
XYZ3.061.6211.71-
YUV31.32165.63129.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 98 (38.67% from 255) = 65.77%
R=22.82%
G=11.41%
B=65.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3417980.650.8300.62252.5970.4322.55
Hex221162415303Efd4617
Octal422114210112307637510627
Binary10001010001110001010000011010011011111011111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221162; }

 p { color: rgb(34,17,98); }

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

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

 a { background-color: rgb(34,17,98); }

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

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

 span { border-color: rgb(34,17,98); }

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