#221D85

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

Shades of Midnight Blue #221D85

Tints of Midnight Blue #221D85

Color information

#221D85 (or 0x221D85) is unknown color: approx Midnight Blue. HEX triplet: 22, 1D and 85. RGB value is (34,29,133). Sum of RGB (Red+Green+Blue) = 34+29+133=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #221D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221D85 is #DDE27A. Grayscale: #292929. Windows color (decimal): -14541435 or 8723746. OLE color: 8723746.

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

Color convert

RGB3429133-
CMYK0.740.7800.48
HSL242.88º64.2%31.76%-
HSV(B)242.88º78.2%52.16%-
XYZ5.332.9122.47-
YUV42.35179.16122.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 133 (52.34% from 255) = 67.86%
R=17.35%
G=14.80%
B=67.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34291330.740.7800.48242.8864.231.76
Hex221D854A4E030f34020
Octal423520511211606036310040
Binary1000101110110000101100101010011100110000111100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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