#221E78

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

Shades of Midnight Blue #221E78

Tints of Midnight Blue #221E78

Color information

#221E78 (or 0x221E78) is unknown color: approx Midnight Blue. HEX triplet: 22, 1E and 78. RGB value is (34,30,120). Sum of RGB (Red+Green+Blue) = 34+30+120=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #221E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E78 is #DDE187. Grayscale: #292929. Windows color (decimal): -14541192 or 7872034. OLE color: 7872034.

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

Color convert

RGB3430120-
CMYK0.720.7500.53
HSL242.67º60%29.41%-
HSV(B)242.67º75%47.06%-
XYZ4.512.6218.04-
YUV41.46172.33122.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=18.48%
G=16.30%
B=65.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34301200.720.7500.53242.676029.41
Hex221E78484B035f33c1d
Octal42361701101130653637435
Binary1000101111011110001001000100101101101011111001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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