Shades of Egyptian Blue #093AB1
Tints of Egyptian Blue #093AB1
RGB
CMYK
RGB Variations
Color information
#093AB1 (or 0x093AB1) is known color: Egyptian Blue. HEX triplet: 09, 3A and B1. RGB value is (9,58,177). Sum of RGB (Red+Green+Blue) = 9+58+177=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 177 (69.53% from 255 or 72.54% from 244); Max value from RGB is 177 - color contains mainly: blue. Hex color #093AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093AB1 is #F6C54E. Grayscale: #383838. Windows color (decimal): -16172367 or 11614729. OLE color: 11614729.
HSL color Cylindrical-coordinate representation of color #093AB1: hue angle of 222.5º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093AB1 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 58 | 177 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.31 |
| HSL | 222.5º | 0.9% | 0.36% | - |
| HSV(B) | 222.5º | 0.95% | 0.69% | - |
| XYZ | 9.56 | 6.26 | 42.3 | - |
| YUV | 56.92 | 195.77 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 177 | 0.95 | 0.67 | 0 | 0.31 | 222.5 | 0.9 | 0.36 |
| Hex | 9 | 3A | B1 | 5F | 43 | 0 | 1F | DE | 5A | 24 |
| Octal | 11 | 72 | 261 | 137 | 103 | 0 | 37 | 336 | 132 | 44 |
| Binary | 1001 | 111010 | 10110001 | 1011111 | 1000011 | 0 | 11111 | 11011110 | 1011010 | 100100 |
Color Harmonies of #093AB1
Complementary color
Monochromatic Colors of #093AB1
Black with #093AB1
Text Example
Text Example
White with #093AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AB1; }
p { color: rgb(9,58,177); }
H1.HeaderClassName
{
color: #093AB1;
}
.AnyTagClassName
{
color: #093AB1;
}
</style>
background-color css
<style>
a { background-color: #093AB1; }
a { background-color: rgb(9,58,177); }
div.DivClassName
{
background-color: #093AB1;
}
.BgClassName
{
background-color: #093AB1;
}
</style>
border-color css
<style>
span { border-color: #093AB1; }
span { border-color: rgb(9,58,177); }
td.TdClassName
{
border-color: #093AB1;
}
.TagClassName
{
border-color: #093AB1;
}
</style>