#09329F

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

Shades of Egyptian Blue #09329F

Tints of Egyptian Blue #09329F

Color information

#09329F (or 0x09329F) is unknown color: approx Egyptian Blue. HEX triplet: 09, 32 and 9F. RGB value is (9,50,159). Sum of RGB (Red+Green+Blue) = 9+50+159=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #09329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09329F is #F6CD60. Grayscale: #313131. Windows color (decimal): -16174433 or 10433033. OLE color: 10433033.

HSL color Cylindrical-coordinate representation of color #09329F: hue angle of 223.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09329F is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB950159-
CMYK0.940.6900.38
HSL223.6º89.29%32.94%-
HSV(B)223.6º94.34%62.35%-
XYZ7.514.8433.34-
YUV50.17189.4298.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=4.13%
G=22.94%
B=72.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9501590.940.6900.38223.689.2932.94
Hex9329F5E45026e05921
Octal116223713610504634013141
Binary100111001010011111101111010001010100110111000001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09329F; }

 p { color: rgb(9,50,159); }

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

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

 a { background-color: rgb(9,50,159); }

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

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

 span { border-color: rgb(9,50,159); }

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