#213799

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

Shades of Egyptian Blue #213799

Tints of Egyptian Blue #213799

Color information

#213799 (or 0x213799) is unknown color: approx Egyptian Blue. HEX triplet: 21, 37 and 99. RGB value is (33,55,153). Sum of RGB (Red+Green+Blue) = 33+55+153=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #213799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213799 is #DEC866. Grayscale: #3B3B3B. Windows color (decimal): -14600295 or 10041121. OLE color: 10041121.

HSL color Cylindrical-coordinate representation of color #213799: hue angle of 229º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213799 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3355153-
CMYK0.780.6400.4
HSL229º64.52%36.47%-
HSV(B)229º78.43%60%-
XYZ7.745.3630.76-
YUV59.59180.71109.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=13.69%
G=22.82%
B=63.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33551530.780.6400.422964.5236.47
Hex2137994E40028e54124
Octal416723111610005034510144
Binary10000111011110011001100111010000000101000111001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213799; }

 p { color: rgb(33,55,153); }

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

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

 a { background-color: rgb(33,55,153); }

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

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

 span { border-color: rgb(33,55,153); }

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