#212599

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

Shades of Egyptian Blue #212599

Tints of Egyptian Blue #212599

Color information

#212599 (or 0x212599) is unknown color: approx Egyptian Blue. HEX triplet: 21, 25 and 99. RGB value is (33,37,153). Sum of RGB (Red+Green+Blue) = 33+37+153=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #212599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212599 is #DEDA66. Grayscale: #303030. Windows color (decimal): -14604903 or 10036513. OLE color: 10036513.

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

Color convert

RGB3337153-
CMYK0.780.7600.4
HSL238º64.52%36.47%-
HSV(B)238º78.43%60%-
XYZ7.043.9530.53-
YUV49.03186.67116.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=14.80%
G=16.59%
B=68.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33371530.780.7600.423864.5236.47
Hex2125994E4C028ee4124
Octal414523111611405035610144
Binary10000110010110011001100111010011000101000111011101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212599; }

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

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

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

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

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

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

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

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