#213099

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

Shades of Egyptian Blue #213099

Tints of Egyptian Blue #213099

Color information

#213099 (or 0x213099) is unknown color: approx Egyptian Blue. HEX triplet: 21, 30 and 99. RGB value is (33,48,153). Sum of RGB (Red+Green+Blue) = 33+48+153=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #213099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213099 is #DECF66. Grayscale: #373737. Windows color (decimal): -14602087 or 10039329. OLE color: 10039329.

HSL color Cylindrical-coordinate representation of color #213099: hue angle of 232.5º 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 #213099 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3348153-
CMYK0.780.6900.4
HSL232.5º64.52%36.47%-
HSV(B)232.5º78.43%60%-
XYZ7.434.7430.66-
YUV55.48183.03111.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 153 (60.16% from 255) = 65.38%
R=14.10%
G=20.51%
B=65.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33481530.780.6900.4232.564.5236.47
Hex2130994E45028e84124
Octal416023111610505035010144
Binary10000111000010011001100111010001010101000111010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213099; }

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

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

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

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

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

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

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

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