#214096

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

Shades of Egyptian Blue #214096

Tints of Egyptian Blue #214096

Color information

#214096 (or 0x214096) is unknown color: approx Egyptian Blue. HEX triplet: 21, 40 and 96. RGB value is (33,64,150). Sum of RGB (Red+Green+Blue) = 33+64+150=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #214096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214096 is #DEBF69. Grayscale: #404040. Windows color (decimal): -14597994 or 9846817. OLE color: 9846817.

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

Color convert

RGB3364150-
CMYK0.780.5700.41
HSL224.1º63.93%35.88%-
HSV(B)224.1º78%58.82%-
XYZ7.976.1929.63-
YUV64.54176.23105.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=13.36%
G=25.91%
B=60.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33641500.780.5700.41224.163.9335.88
Hex2140964E39029e04024
Octal411002261167105134010044
Binary10000110000001001011010011101110010101001111000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214096; }

 p { color: rgb(33,64,150); }

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

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

 a { background-color: rgb(33,64,150); }

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

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

 span { border-color: rgb(33,64,150); }

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