#221A63

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

Shades of Midnight Blue #221A63

Tints of Midnight Blue #221A63

Color information

#221A63 (or 0x221A63) is unknown color: approx Midnight Blue. HEX triplet: 22, 1A and 63. RGB value is (34,26,99). Sum of RGB (Red+Green+Blue) = 34+26+99=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #221A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A63 is #DDE59C. Grayscale: #242424. Windows color (decimal): -14542237 or 6494754. OLE color: 6494754.

HSL color Cylindrical-coordinate representation of color #221A63: hue angle of 246.58º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221A63 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB342699-
CMYK0.660.7400.61
HSL246.58º58.4%24.51%-
HSV(B)246.58º73.74%38.82%-
XYZ3.281.9812.01-
YUV36.71163.15126.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=21.38%
G=16.35%
B=62.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3426990.660.7400.61246.5858.424.51
Hex221A63424A03Df73a19
Octal42321431021120753677231
Binary1000101101011000111000010100101001111011111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,99); }

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

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

 a { background-color: rgb(34,26,99); }

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

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

 span { border-color: rgb(34,26,99); }

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