#214199

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

Shades of Egyptian Blue #214199

Tints of Egyptian Blue #214199

Color information

#214199 (or 0x214199) is unknown color: approx Egyptian Blue. HEX triplet: 21, 41 and 99. RGB value is (33,65,153). Sum of RGB (Red+Green+Blue) = 33+65+153=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #214199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214199 is #DEBE66. Grayscale: #414141. Windows color (decimal): -14597735 or 10043681. OLE color: 10043681.

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

Color convert

RGB3365153-
CMYK0.780.5800.4
HSL224º64.52%36.47%-
HSV(B)224º78.43%60%-
XYZ8.276.430.94-
YUV65.46177.4104.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=13.15%
G=25.90%
B=60.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33651530.780.5800.422464.5236.47
Hex2141994E3A028e04124
Octal411012311167205034010144
Binary10000110000011001100110011101110100101000111000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214199; }

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

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

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

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

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

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

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

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