#22207B

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

Shades of Midnight Blue #22207B

Tints of Midnight Blue #22207B

Color information

#22207B (or 0x22207B) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 7B. RGB value is (34,32,123). Sum of RGB (Red+Green+Blue) = 34+32+123=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #22207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22207B is #DDDF84. Grayscale: #2A2A2A. Windows color (decimal): -14540677 or 8069154. OLE color: 8069154.

HSL color Cylindrical-coordinate representation of color #22207B: hue angle of 241.32º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22207B is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3432123-
CMYK0.720.7400.52
HSL241.32º58.71%30.39%-
HSV(B)241.32º73.98%48.24%-
XYZ4.752.819.03-
YUV42.97173.16121.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=17.99%
G=16.93%
B=65.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34321230.720.7400.52241.3258.7130.39
Hex22207B484A034f13b1e
Octal42401731101120643617336
Binary10001010000011110111001000100101001101001111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,32,123); }

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

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

 a { background-color: rgb(34,32,123); }

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

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

 span { border-color: rgb(34,32,123); }

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