#221279

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

Shades of Midnight Blue #221279

Tints of Midnight Blue #221279

Color information

#221279 (or 0x221279) is unknown color: approx Midnight Blue. HEX triplet: 22, 12 and 79. RGB value is (34,18,121). Sum of RGB (Red+Green+Blue) = 34+18+121=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #221279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221279 is #DDED86. Grayscale: #222222. Windows color (decimal): -14544263 or 7934498. OLE color: 7934498.

HSL color Cylindrical-coordinate representation of color #221279: hue angle of 249.32º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221279 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3418121-
CMYK0.720.8500.53
HSL249.32º74.1%27.25%-
HSV(B)249.32º85.12%47.45%-
XYZ4.332.1518.28-
YUV34.53176.8127.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 121 (47.66% from 255) = 69.94%
R=19.65%
G=10.40%
B=69.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34181210.720.8500.53249.3274.127.25
Hex2212794855035f94a1b
Octal422217111012506537111233
Binary10001010010111100110010001010101011010111111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221279; }

 p { color: rgb(34,18,121); }

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

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

 a { background-color: rgb(34,18,121); }

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

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

 span { border-color: rgb(34,18,121); }

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