#093BAE

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

Shades of Egyptian Blue #093BAE

Tints of Egyptian Blue #093BAE

Color information

#093BAE (or 0x093BAE) is unknown color: approx Egyptian Blue. HEX triplet: 09, 3B and AE. RGB value is (9,59,174). Sum of RGB (Red+Green+Blue) = 9+59+174=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #093BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093BAE is #F6C451. Grayscale: #383838. Windows color (decimal): -16172114 or 11418377. OLE color: 11418377.

HSL color Cylindrical-coordinate representation of color #093BAE: hue angle of 221.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093BAE is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB959174-
CMYK0.950.6600.32
HSL221.82º90.16%35.88%-
HSV(B)221.82º94.83%68.24%-
XYZ9.326.2440.76-
YUV57.16193.9493.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 174 (68.36% from 255) = 71.90%
R=3.72%
G=24.38%
B=71.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9591740.950.6600.32221.8290.1635.88
Hex93BAE5F42020de5a24
Octal117325613710204033613244
Binary100111101110101110101111110000100100000110111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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