#221A81

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

Shades of Midnight Blue #221A81

Tints of Midnight Blue #221A81

Color information

#221A81 (or 0x221A81) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 81. RGB value is (34,26,129). Sum of RGB (Red+Green+Blue) = 34+26+129=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #221A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221A81 is #DDE57E. Grayscale: #272727. Windows color (decimal): -14542207 or 8460834. OLE color: 8460834.

HSL color Cylindrical-coordinate representation of color #221A81: hue angle of 244.66º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221A81 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3426129-
CMYK0.740.8000.49
HSL244.66º66.45%30.39%-
HSV(B)244.66º79.84%50.59%-
XYZ4.992.6621.02-
YUV40.13178.15123.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 129 (50.78% from 255) = 68.25%
R=17.99%
G=13.76%
B=68.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34261290.740.8000.49244.6666.4530.39
Hex221A814A50031f5421e
Octal423220111212006136510236
Binary100010110101000000110010101010000011000111110101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A81; }

 p { color: rgb(34,26,129); }

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

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

 a { background-color: rgb(34,26,129); }

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

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

 span { border-color: rgb(34,26,129); }

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