Shades of Egyptian Blue #093CB3
Tints of Egyptian Blue #093CB3
RGB
CMYK
RGB Variations
Color information
#093CB3 (or 0x093CB3) is known color: Egyptian Blue. HEX triplet: 09, 3C and B3. RGB value is (9,60,179). Sum of RGB (Red+Green+Blue) = 9+60+179=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #093CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CB3 is #F6C34C. Grayscale: #393939. Windows color (decimal): -16171853 or 11746313. OLE color: 11746313.
HSL color Cylindrical-coordinate representation of color #093CB3: hue angle of 222º 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 #093CB3 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 60 | 179 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.30 |
| HSL | 222º | 0.9% | 0.37% | - |
| HSV(B) | 222º | 0.95% | 0.7% | - |
| XYZ | 9.87 | 6.54 | 43.39 | - |
| YUV | 58.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 179 | 0.95 | 0.66 | 0 | 0.30 | 222 | 0.9 | 0.37 |
| Hex | 9 | 3C | B3 | 5F | 42 | 0 | 1E | DE | 5A | 25 |
| Octal | 11 | 74 | 263 | 137 | 102 | 0 | 36 | 336 | 132 | 45 |
| Binary | 1001 | 111100 | 10110011 | 1011111 | 1000010 | 0 | 11110 | 11011110 | 1011010 | 100101 |
Color Harmonies of #093CB3
Complementary color
Monochromatic Colors of #093CB3
Black with #093CB3
Text Example
Text Example
White with #093CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CB3; }
p { color: rgb(9,60,179); }
H1.HeaderClassName
{
color: #093CB3;
}
.AnyTagClassName
{
color: #093CB3;
}
</style>
background-color css
<style>
a { background-color: #093CB3; }
a { background-color: rgb(9,60,179); }
div.DivClassName
{
background-color: #093CB3;
}
.BgClassName
{
background-color: #093CB3;
}
</style>
border-color css
<style>
span { border-color: #093CB3; }
span { border-color: rgb(9,60,179); }
td.TdClassName
{
border-color: #093CB3;
}
.TagClassName
{
border-color: #093CB3;
}
</style>