#22167D

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

Shades of Midnight Blue #22167D

Tints of Midnight Blue #22167D

Color information

#22167D (or 0x22167D) is unknown color: approx Midnight Blue. HEX triplet: 22, 16 and 7D. RGB value is (34,22,125). Sum of RGB (Red+Green+Blue) = 34+22+125=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #22167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22167D is #DDE982. Grayscale: #242424. Windows color (decimal): -14543235 or 8197666. OLE color: 8197666.

HSL color Cylindrical-coordinate representation of color #22167D: hue angle of 246.99º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22167D is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3422125-
CMYK0.730.8200.51
HSL246.99º70.07%28.82%-
HSV(B)246.99º82.4%49.02%-
XYZ4.652.3919.62-
YUV37.33177.48125.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 125 (49.22% from 255) = 69.06%
R=18.78%
G=12.15%
B=69.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34221250.730.8200.51246.9970.0728.82
Hex22167D4952033f7461d
Octal422617511112206336710635
Binary10001010110111110110010011010010011001111110111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22167D; }

 p { color: rgb(34,22,125); }

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

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

 a { background-color: rgb(34,22,125); }

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

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

 span { border-color: rgb(34,22,125); }

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