#221E7C

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

Shades of Midnight Blue #221E7C

Tints of Midnight Blue #221E7C

Color information

#221E7C (or 0x221E7C) is unknown color: approx Midnight Blue. HEX triplet: 22, 1E and 7C. RGB value is (34,30,124). Sum of RGB (Red+Green+Blue) = 34+30+124=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #221E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E7C is #DDE183. Grayscale: #292929. Windows color (decimal): -14541188 or 8134178. OLE color: 8134178.

HSL color Cylindrical-coordinate representation of color #221E7C: hue angle of 242.55º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221E7C is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3430124-
CMYK0.730.7600.51
HSL242.55º61.04%30.2%-
HSV(B)242.55º75.81%48.63%-
XYZ4.762.7219.34-
YUV41.91174.33122.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=18.09%
G=15.96%
B=65.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34301240.730.7600.51242.5561.0430.2
Hex221E7C494C033f33d1e
Octal42361741111140633637536
Binary1000101111011111001001001100110001100111111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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