#093BAC

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

Shades of Egyptian Blue #093BAC

Tints of Egyptian Blue #093BAC

Color information

#093BAC (or 0x093BAC) is unknown color: approx Egyptian Blue. HEX triplet: 09, 3B and AC. RGB value is (9,59,172). Sum of RGB (Red+Green+Blue) = 9+59+172=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #093BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093BAC is #F6C453. Grayscale: #383838. Windows color (decimal): -16172116 or 11287305. OLE color: 11287305.

HSL color Cylindrical-coordinate representation of color #093BAC: hue angle of 221.6º 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 #093BAC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB959172-
CMYK0.950.6600.33
HSL221.6º90.06%35.49%-
HSV(B)221.6º94.77%67.45%-
XYZ9.126.1639.74-
YUV56.93192.9493.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 172 (67.58% from 255) = 71.67%
R=3.75%
G=24.58%
B=71.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9591720.950.6600.33221.690.0635.49
Hex93BAC5F42021de5a23
Octal117325413710204133613243
Binary100111101110101100101111110000100100001110111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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