#212699

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

Shades of Egyptian Blue #212699

Tints of Egyptian Blue #212699

Color information

#212699 (or 0x212699) is unknown color: approx Egyptian Blue. HEX triplet: 21, 26 and 99. RGB value is (33,38,153). Sum of RGB (Red+Green+Blue) = 33+38+153=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #212699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212699 is #DED966. Grayscale: #313131. Windows color (decimal): -14604647 or 10036769. OLE color: 10036769.

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

Color convert

RGB3338153-
CMYK0.780.7500.4
HSL237.5º64.52%36.47%-
HSV(B)237.5º78.43%60%-
XYZ7.074.0130.54-
YUV49.61186.34116.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 153 (60.16% from 255) = 68.30%
R=14.73%
G=16.96%
B=68.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33381530.780.7500.4237.564.5236.47
Hex2126994E4B028ee4124
Octal414623111611305035610144
Binary10000110011010011001100111010010110101000111011101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212699; }

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

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

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

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

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

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

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

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