#221A76

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

Shades of Midnight Blue #221A76

Tints of Midnight Blue #221A76

Color information

#221A76 (or 0x221A76) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 76. RGB value is (34,26,118). Sum of RGB (Red+Green+Blue) = 34+26+118=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #221A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A76 is #DDE589. Grayscale: #262626. Windows color (decimal): -14542218 or 7739938. OLE color: 7739938.

HSL color Cylindrical-coordinate representation of color #221A76: hue angle of 245.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221A76 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3426118-
CMYK0.710.7800.54
HSL245.22º63.89%28.24%-
HSV(B)245.22º77.97%46.27%-
XYZ4.32.3917.37-
YUV38.88172.65124.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=19.10%
G=14.61%
B=66.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34261180.710.7800.54245.2263.8928.24
Hex221A76474E036f5401c
Octal423216610711606636510034
Binary10001011010111011010001111001110011011011110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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