#221A7E

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

Shades of Midnight Blue #221A7E

Tints of Midnight Blue #221A7E

Color information

#221A7E (or 0x221A7E) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 7E. RGB value is (34,26,126). Sum of RGB (Red+Green+Blue) = 34+26+126=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 126 (49.61% from 255 or 67.74% from 186); Max value from RGB is 126 - color contains mainly: blue. Hex color #221A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A7E is #DDE581. Grayscale: #272727. Windows color (decimal): -14542210 or 8264226. OLE color: 8264226.

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

Color convert

RGB3426126-
CMYK0.730.7900.51
HSL244.8º65.79%29.8%-
HSV(B)244.8º79.37%49.41%-
XYZ4.792.5919.98-
YUV39.79176.65123.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 126 (49.61% from 255) = 67.74%
R=18.28%
G=13.98%
B=67.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34261260.730.7900.51244.865.7929.8
Hex221A7E494F033f5421e
Octal423217611111706336510236
Binary10001011010111111010010011001111011001111110101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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