#222073

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

Shades of Midnight Blue #222073

Tints of Midnight Blue #222073

Color information

#222073 (or 0x222073) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 73. RGB value is (34,32,115). Sum of RGB (Red+Green+Blue) = 34+32+115=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #222073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222073 is #DDDF8C. Grayscale: #292929. Windows color (decimal): -14540685 or 7544866. OLE color: 7544866.

HSL color Cylindrical-coordinate representation of color #222073: hue angle of 241.45º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222073 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3432115-
CMYK0.700.7200.55
HSL241.45º56.46%28.82%-
HSV(B)241.45º72.17%45.1%-
XYZ4.272.6116.5-
YUV42.06169.16122.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=18.78%
G=17.68%
B=63.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34321150.700.7200.55241.4556.4628.82
Hex2220734648037f1381d
Octal42401631061100673617035
Binary10001010000011100111000110100100001101111111000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222073; }

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

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

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

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

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

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

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

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