Shades of Egyptian Blue #0938AC
Tints of Egyptian Blue #0938AC
RGB
CMYK
RGB Variations
Color information
#0938AC (or 0x0938AC) is known color: Egyptian Blue. HEX triplet: 09, 38 and AC. RGB value is (9,56,172). Sum of RGB (Red+Green+Blue) = 9+56+172=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #0938AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0938AC is #F6C753. Grayscale: #363636. Windows color (decimal): -16172884 or 11286537. OLE color: 11286537.
HSL color Cylindrical-coordinate representation of color #0938AC: hue angle of 222.7º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938AC is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 56 | 172 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.33 |
| HSL | 222.7º | 0.9% | 0.35% | - |
| HSV(B) | 222.7º | 0.95% | 0.67% | - |
| XYZ | 8.97 | 5.86 | 39.69 | - |
| YUV | 55.17 | 193.93 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 172 | 0.95 | 0.67 | 0 | 0.33 | 222.7 | 0.9 | 0.35 |
| Hex | 9 | 38 | AC | 5F | 43 | 0 | 21 | DF | 5A | 23 |
| Octal | 11 | 70 | 254 | 137 | 103 | 0 | 41 | 337 | 132 | 43 |
| Binary | 1001 | 111000 | 10101100 | 1011111 | 1000011 | 0 | 100001 | 11011111 | 1011010 | 100011 |
Color Harmonies of #0938AC
Complementary color
Monochromatic Colors of #0938AC
Black with #0938AC
Text Example
Text Example
White with #0938AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0938AC; }
p { color: rgb(9,56,172); }
H1.HeaderClassName
{
color: #0938AC;
}
.AnyTagClassName
{
color: #0938AC;
}
</style>
background-color css
<style>
a { background-color: #0938AC; }
a { background-color: rgb(9,56,172); }
div.DivClassName
{
background-color: #0938AC;
}
.BgClassName
{
background-color: #0938AC;
}
</style>
border-color css
<style>
span { border-color: #0938AC; }
span { border-color: rgb(9,56,172); }
td.TdClassName
{
border-color: #0938AC;
}
.TagClassName
{
border-color: #0938AC;
}
</style>