#093CAC

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

Shades of Egyptian Blue #093CAC

Tints of Egyptian Blue #093CAC

Color information

#093CAC (or 0x093CAC) is unknown color: approx Egyptian Blue. HEX triplet: 09, 3C and AC. RGB value is (9,60,172). Sum of RGB (Red+Green+Blue) = 9+60+172=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #093CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093CAC is #F6C353. Grayscale: #393939. Windows color (decimal): -16171860 or 11287561. OLE color: 11287561.

HSL color Cylindrical-coordinate representation of color #093CAC: hue angle of 221.23º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093CAC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB960172-
CMYK0.950.6500.33
HSL221.23º90.06%35.49%-
HSV(B)221.23º94.77%67.45%-
XYZ9.176.2739.76-
YUV57.52192.693.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 172 (67.58% from 255) = 71.37%
R=3.73%
G=24.90%
B=71.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9601720.950.6500.33221.2390.0635.49
Hex93CAC5F41021dd5a23
Octal117425413710104133513243
Binary100111110010101100101111110000010100001110111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,60,172); }

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

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

 a { background-color: rgb(9,60,172); }

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

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

 span { border-color: rgb(9,60,172); }

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