Shades of Egyptian Blue #093DB3
Tints of Egyptian Blue #093DB3
RGB
CMYK
RGB Variations
Color information
#093DB3 (or 0x093DB3) is known color: Egyptian Blue. HEX triplet: 09, 3D and B3. RGB value is (9,61,179). Sum of RGB (Red+Green+Blue) = 9+61+179=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #093DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DB3 is #F6C24C. Grayscale: #3A3A3A. Windows color (decimal): -16171597 or 11746569. OLE color: 11746569.
HSL color Cylindrical-coordinate representation of color #093DB3: hue angle of 221.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093DB3 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 61 | 179 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.30 |
| HSL | 221.65º | 0.9% | 0.37% | - |
| HSV(B) | 221.65º | 0.95% | 0.7% | - |
| XYZ | 9.92 | 6.65 | 43.41 | - |
| YUV | 58.9 | 195.77 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 179 | 0.95 | 0.66 | 0 | 0.30 | 221.65 | 0.9 | 0.37 |
| Hex | 9 | 3D | B3 | 5F | 42 | 0 | 1E | DE | 5A | 25 |
| Octal | 11 | 75 | 263 | 137 | 102 | 0 | 36 | 336 | 132 | 45 |
| Binary | 1001 | 111101 | 10110011 | 1011111 | 1000010 | 0 | 11110 | 11011110 | 1011010 | 100101 |
Color Harmonies of #093DB3
Complementary color
Monochromatic Colors of #093DB3
Black with #093DB3
Text Example
Text Example
White with #093DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093DB3; }
p { color: rgb(9,61,179); }
H1.HeaderClassName
{
color: #093DB3;
}
.AnyTagClassName
{
color: #093DB3;
}
</style>
background-color css
<style>
a { background-color: #093DB3; }
a { background-color: rgb(9,61,179); }
div.DivClassName
{
background-color: #093DB3;
}
.BgClassName
{
background-color: #093DB3;
}
</style>
border-color css
<style>
span { border-color: #093DB3; }
span { border-color: rgb(9,61,179); }
td.TdClassName
{
border-color: #093DB3;
}
.TagClassName
{
border-color: #093DB3;
}
</style>