#093BA1

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

Shades of Egyptian Blue #093BA1

Tints of Egyptian Blue #093BA1

Color information

#093BA1 (or 0x093BA1) is unknown color: approx Egyptian Blue. HEX triplet: 09, 3B and A1. RGB value is (9,59,161). Sum of RGB (Red+Green+Blue) = 9+59+161=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 161 (63.28% from 255 or 70.31% from 229); Max value from RGB is 161 - color contains mainly: blue. Hex color #093BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093BA1 is #F6C45E. Grayscale: #373737. Windows color (decimal): -16172127 or 10566409. OLE color: 10566409.

HSL color Cylindrical-coordinate representation of color #093BA1: hue angle of 220.26º 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 #093BA1 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB959161-
CMYK0.940.6300.37
HSL220.26º89.41%33.33%-
HSV(B)220.26º94.41%63.14%-
XYZ8.115.7634.4-
YUV55.68187.4494.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 161 (63.28% from 255) = 70.31%
R=3.93%
G=25.76%
B=70.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9591610.940.6300.37220.2689.4133.33
Hex93BA15E3F025dc5921
Octal11732411367704533413141
Binary10011110111010000110111101111110100101110111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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