#221A70

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

Shades of Midnight Blue #221A70

Tints of Midnight Blue #221A70

Color information

#221A70 (or 0x221A70) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 70. RGB value is (34,26,112). Sum of RGB (Red+Green+Blue) = 34+26+112=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #221A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A70 is #DDE58F. Grayscale: #252525. Windows color (decimal): -14542224 or 7346722. OLE color: 7346722.

HSL color Cylindrical-coordinate representation of color #221A70: hue angle of 245.58º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221A70 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3426112-
CMYK0.700.7700.56
HSL245.58º62.32%27.06%-
HSV(B)245.58º76.79%43.92%-
XYZ3.952.2515.55-
YUV38.2169.65125.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 112 (44.14% from 255) = 65.12%
R=19.77%
G=15.12%
B=65.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34261120.700.7700.56245.5862.3227.06
Hex221A70464D038f63e1b
Octal42321601061150703667633
Binary1000101101011100001000110100110101110001111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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