#093AB8

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

Shades of Egyptian Blue #093AB8

Tints of Egyptian Blue #093AB8

Color information

#093AB8 (or 0x093AB8) is unknown color: approx Egyptian Blue. HEX triplet: 09, 3A and B8. RGB value is (9,58,184). Sum of RGB (Red+Green+Blue) = 9+58+184=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #093AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AB8 is #F6C547. Grayscale: #393939. Windows color (decimal): -16172360 or 12073481. OLE color: 12073481.

HSL color Cylindrical-coordinate representation of color #093AB8: hue angle of 223.2º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AB8 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB958184-
CMYK0.950.6800.28
HSL223.2º90.67%37.84%-
HSV(B)223.2º95.11%72.16%-
XYZ10.286.5446.07-
YUV57.71199.2793.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.59%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 184 (72.27% from 255) = 73.31%
R=3.59%
G=23.11%
B=73.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9581840.950.6800.28223.290.6737.84
Hex93AB85F4401Cdf5b26
Octal117227013710403433713346
Binary10011110101011100010111111000100011100110111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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