#221D7F

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

Shades of Midnight Blue #221D7F

Tints of Midnight Blue #221D7F

Color information

#221D7F (or 0x221D7F) is unknown color: approx Midnight Blue. HEX triplet: 22, 1D and 7F. RGB value is (34,29,127). Sum of RGB (Red+Green+Blue) = 34+29+127=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #221D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D7F is #DDE280. Grayscale: #292929. Windows color (decimal): -14541441 or 8330530. OLE color: 8330530.

HSL color Cylindrical-coordinate representation of color #221D7F: hue angle of 243.06º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221D7F is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3429127-
CMYK0.730.7700.50
HSL243.06º62.82%30.59%-
HSV(B)243.06º77.17%49.8%-
XYZ4.932.7520.35-
YUV41.67176.16122.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 127 (50% from 255) = 66.84%
R=17.89%
G=15.26%
B=66.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34291270.730.7700.50243.0662.8230.59
Hex221D7F494D032f33f1f
Octal42351771111150623637737
Binary1000101110111111111001001100110101100101111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,29,127); }

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

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

 a { background-color: rgb(34,29,127); }

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

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

 span { border-color: rgb(34,29,127); }

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