#221C83

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

Shades of Midnight Blue #221C83

Tints of Midnight Blue #221C83

Color information

#221C83 (or 0x221C83) is unknown color: approx Midnight Blue. HEX triplet: 22, 1C and 83. RGB value is (34,28,131). Sum of RGB (Red+Green+Blue) = 34+28+131=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #221C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221C83 is #DDE37C. Grayscale: #292929. Windows color (decimal): -14541693 or 8592418. OLE color: 8592418.

HSL color Cylindrical-coordinate representation of color #221C83: hue angle of 243.5º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221C83 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3428131-
CMYK0.740.7900.49
HSL243.5º64.78%31.18%-
HSV(B)243.5º78.63%51.37%-
XYZ5.172.8121.74-
YUV41.54178.49122.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 131 (51.56% from 255) = 67.88%
R=17.62%
G=14.51%
B=67.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34281310.740.7900.49243.564.7831.18
Hex221C834A4F031f3411f
Octal423420311211706136310137
Binary100010111001000001110010101001111011000111110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,28,131); }

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

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

 a { background-color: rgb(34,28,131); }

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

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

 span { border-color: rgb(34,28,131); }

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