Shades of Egyptian Blue #0834AA
Tints of Egyptian Blue #0834AA
RGB
CMYK
RGB Variations
Color information
#0834AA (or 0x0834AA) is known color: Egyptian Blue. HEX triplet: 08, 34 and AA. RGB value is (8,52,170). Sum of RGB (Red+Green+Blue) = 8+52+170=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #0834AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0834AA is #F7CB55. Grayscale: #333333. Windows color (decimal): -16239446 or 11154440. OLE color: 11154440.
HSL color Cylindrical-coordinate representation of color #0834AA: hue angle of 223.7º degrees, saturation: 0.91, 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 #0834AA is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 52 | 170 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.33 |
| HSL | 223.7º | 0.91% | 0.35% | - |
| HSV(B) | 223.7º | 0.95% | 0.67% | - |
| XYZ | 8.58 | 5.41 | 38.62 | - |
| YUV | 52.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 170 | 0.95 | 0.69 | 0 | 0.33 | 223.7 | 0.91 | 0.35 |
| Hex | 8 | 34 | AA | 5F | 45 | 0 | 21 | E0 | 5B | 23 |
| Octal | 10 | 64 | 252 | 137 | 105 | 0 | 41 | 340 | 133 | 43 |
| Binary | 1000 | 110100 | 10101010 | 1011111 | 1000101 | 0 | 100001 | 11100000 | 1011011 | 100011 |
Color Harmonies of #0834AA
Complementary color
Monochromatic Colors of #0834AA
Black with #0834AA
Text Example
Text Example
White with #0834AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834AA; }
p { color: rgb(8,52,170); }
H1.HeaderClassName
{
color: #0834AA;
}
.AnyTagClassName
{
color: #0834AA;
}
</style>
background-color css
<style>
a { background-color: #0834AA; }
a { background-color: rgb(8,52,170); }
div.DivClassName
{
background-color: #0834AA;
}
.BgClassName
{
background-color: #0834AA;
}
</style>
border-color css
<style>
span { border-color: #0834AA; }
span { border-color: rgb(8,52,170); }
td.TdClassName
{
border-color: #0834AA;
}
.TagClassName
{
border-color: #0834AA;
}
</style>