#221463

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

Shades of Midnight Blue #221463

Tints of Midnight Blue #221463

Color information

#221463 (or 0x221463) is unknown color: approx Midnight Blue. HEX triplet: 22, 14 and 63. RGB value is (34,20,99). Sum of RGB (Red+Green+Blue) = 34+20+99=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #221463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221463 is #DDEB9C. Grayscale: #202020. Windows color (decimal): -14543773 or 6493218. OLE color: 6493218.

HSL color Cylindrical-coordinate representation of color #221463: hue angle of 250.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221463 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB342099-
CMYK0.660.8000.61
HSL250.63º66.39%23.33%-
HSV(B)250.63º79.8%38.82%-
XYZ3.161.7411.97-
YUV33.19165.14128.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=22.22%
G=13.07%
B=64.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3420990.660.8000.61250.6366.3923.33
Hex221463425003Dfb4217
Octal422414310212007537310227
Binary10001010100110001110000101010000011110111111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221463; }

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

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

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

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

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

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

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

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