#221E85

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

Shades of Midnight Blue #221E85

Tints of Midnight Blue #221E85

Color information

#221E85 (or 0x221E85) is unknown color: approx Midnight Blue. HEX triplet: 22, 1E and 85. RGB value is (34,30,133). Sum of RGB (Red+Green+Blue) = 34+30+133=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #221E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221E85 is #DDE17A. Grayscale: #2A2A2A. Windows color (decimal): -14541179 or 8724002. OLE color: 8724002.

HSL color Cylindrical-coordinate representation of color #221E85: hue angle of 242.33º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221E85 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3430133-
CMYK0.740.7700.48
HSL242.33º63.19%31.96%-
HSV(B)242.33º77.44%52.16%-
XYZ5.362.9622.48-
YUV42.94178.83121.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=17.26%
G=15.23%
B=67.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34301330.740.7700.48242.3363.1931.96
Hex221E854A4D030f23f20
Octal42362051121150603627740
Binary100010111101000010110010101001101011000011110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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