#222083

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

Shades of Midnight Blue #222083

Tints of Midnight Blue #222083

Color information

#222083 (or 0x222083) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 83. RGB value is (34,32,131). Sum of RGB (Red+Green+Blue) = 34+32+131=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #222083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222083 is #DDDF7C. Grayscale: #2B2B2B. Windows color (decimal): -14540669 or 8593442. OLE color: 8593442.

HSL color Cylindrical-coordinate representation of color #222083: hue angle of 241.21º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222083 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3432131-
CMYK0.740.7600.49
HSL241.21º60.74%31.96%-
HSV(B)241.21º75.57%51.37%-
XYZ5.273.0121.78-
YUV43.88177.16120.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=17.26%
G=16.24%
B=66.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34321310.740.7600.49241.2160.7431.96
Hex2220834A4C031f13d20
Octal42402031121140613617540
Binary1000101000001000001110010101001100011000111110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222083; }

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

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

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

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

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

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

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

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