#22196B

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

Shades of Midnight Blue #22196B

Tints of Midnight Blue #22196B

Color information

#22196B (or 0x22196B) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 6B. RGB value is (34,25,107). Sum of RGB (Red+Green+Blue) = 34+25+107=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #22196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22196B is #DDE694. Grayscale: #242424. Windows color (decimal): -14542485 or 7018786. OLE color: 7018786.

HSL color Cylindrical-coordinate representation of color #22196B: hue angle of 246.59º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22196B is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3425107-
CMYK0.680.7700.58
HSL246.59º62.12%25.88%-
HSV(B)246.59º76.64%41.96%-
XYZ3.662.114.12-
YUV37.04167.48125.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 107 (42.19% from 255) = 64.46%
R=20.48%
G=15.06%
B=64.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34251070.680.7700.58246.5962.1225.88
Hex22196B444D03Af73e1a
Octal42311531041150723677632
Binary1000101100111010111000100100110101110101111011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22196B; }

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

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

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

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

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

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

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

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