#221A6F

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

Shades of Midnight Blue #221A6F

Tints of Midnight Blue #221A6F

Color information

#221A6F (or 0x221A6F) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 6F. RGB value is (34,26,111). Sum of RGB (Red+Green+Blue) = 34+26+111=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #221A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A6F is #DDE590. Grayscale: #252525. Windows color (decimal): -14542225 or 7281186. OLE color: 7281186.

HSL color Cylindrical-coordinate representation of color #221A6F: hue angle of 245.65º 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 #221A6F is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3426111-
CMYK0.690.7700.56
HSL245.65º62.04%26.86%-
HSV(B)245.65º76.58%43.53%-
XYZ3.92.2315.26-
YUV38.08169.15125.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=19.88%
G=15.20%
B=64.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34261110.690.7700.56245.6562.0426.86
Hex221A6F454D038f63e1b
Octal42321571051150703667633
Binary1000101101011011111000101100110101110001111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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