#093AA1

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

Shades of Egyptian Blue #093AA1

Tints of Egyptian Blue #093AA1

Color information

#093AA1 (or 0x093AA1) is unknown color: approx Egyptian Blue. HEX triplet: 09, 3A and A1. RGB value is (9,58,161). Sum of RGB (Red+Green+Blue) = 9+58+161=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 161 (63.28% from 255 or 70.61% from 228); Max value from RGB is 161 - color contains mainly: blue. Hex color #093AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093AA1 is #F6C55E. Grayscale: #363636. Windows color (decimal): -16172383 or 10566153. OLE color: 10566153.

HSL color Cylindrical-coordinate representation of color #093AA1: hue angle of 220.66º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093AA1 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB958161-
CMYK0.940.6400.37
HSL220.66º89.41%33.33%-
HSV(B)220.66º94.41%63.14%-
XYZ8.065.6634.39-
YUV55.09187.7795.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.95%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 161 (63.28% from 255) = 70.61%
R=3.95%
G=25.44%
B=70.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9581610.940.6400.37220.6689.4133.33
Hex93AA15E40025dd5921
Octal117224113610004533513141
Binary100111101010100001101111010000000100101110111011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093AA1; }

 p { color: rgb(9,58,161); }

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

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

 a { background-color: rgb(9,58,161); }

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

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

 span { border-color: rgb(9,58,161); }

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