Shades of Egyptian Blue #093CB2
Tints of Egyptian Blue #093CB2
RGB
CMYK
RGB Variations
Color information
#093CB2 (or 0x093CB2) is known color: Egyptian Blue. HEX triplet: 09, 3C and B2. RGB value is (9,60,178). Sum of RGB (Red+Green+Blue) = 9+60+178=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 178 (69.92% from 255 or 72.06% from 247); Max value from RGB is 178 - color contains mainly: blue. Hex color #093CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093CB2 is #F6C34D. Grayscale: #393939. Windows color (decimal): -16171854 or 11680777. OLE color: 11680777.
HSL color Cylindrical-coordinate representation of color #093CB2: hue angle of 221.89º 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 #093CB2 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 60 | 178 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.30 |
| HSL | 221.89º | 0.9% | 0.37% | - |
| HSV(B) | 221.89º | 0.95% | 0.7% | - |
| XYZ | 9.76 | 6.5 | 42.86 | - |
| YUV | 58.2 | 195.6 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 178 | 0.95 | 0.66 | 0 | 0.30 | 221.89 | 0.9 | 0.37 |
| Hex | 9 | 3C | B2 | 5F | 42 | 0 | 1E | DE | 5A | 25 |
| Octal | 11 | 74 | 262 | 137 | 102 | 0 | 36 | 336 | 132 | 45 |
| Binary | 1001 | 111100 | 10110010 | 1011111 | 1000010 | 0 | 11110 | 11011110 | 1011010 | 100101 |
Color Harmonies of #093CB2
Complementary color
Monochromatic Colors of #093CB2
Black with #093CB2
Text Example
Text Example
White with #093CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CB2; }
p { color: rgb(9,60,178); }
H1.HeaderClassName
{
color: #093CB2;
}
.AnyTagClassName
{
color: #093CB2;
}
</style>
background-color css
<style>
a { background-color: #093CB2; }
a { background-color: rgb(9,60,178); }
div.DivClassName
{
background-color: #093CB2;
}
.BgClassName
{
background-color: #093CB2;
}
</style>
border-color css
<style>
span { border-color: #093CB2; }
span { border-color: rgb(9,60,178); }
td.TdClassName
{
border-color: #093CB2;
}
.TagClassName
{
border-color: #093CB2;
}
</style>