#221F78

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

Shades of Midnight Blue #221F78

Tints of Midnight Blue #221F78

Color information

#221F78 (or 0x221F78) is unknown color: approx Midnight Blue. HEX triplet: 22, 1F and 78. RGB value is (34,31,120). Sum of RGB (Red+Green+Blue) = 34+31+120=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #221F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F78 is #DDE087. Grayscale: #292929. Windows color (decimal): -14540936 or 7872290. OLE color: 7872290.

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

Color convert

RGB3431120-
CMYK0.720.7400.53
HSL242.02º58.94%29.61%-
HSV(B)242.02º74.17%47.06%-
XYZ4.542.6818.05-
YUV42.04171.99122.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=18.38%
G=16.76%
B=64.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34311200.720.7400.53242.0258.9429.61
Hex221F78484A035f23b1e
Octal42371701101120653627336
Binary1000101111111110001001000100101001101011111001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,31,120); }

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

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

 a { background-color: rgb(34,31,120); }

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

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

 span { border-color: rgb(34,31,120); }

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