Shades of Egyptian Blue #0834AD
Tints of Egyptian Blue #0834AD
RGB
CMYK
RGB Variations
Color information
#0834AD (or 0x0834AD) is known color: Egyptian Blue. HEX triplet: 08, 34 and AD. RGB value is (8,52,173). Sum of RGB (Red+Green+Blue) = 8+52+173=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #0834AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0834AD is #F7CB52. Grayscale: #343434. Windows color (decimal): -16239443 or 11351048. OLE color: 11351048.
HSL color Cylindrical-coordinate representation of color #0834AD: hue angle of 224º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0834AD is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 52 | 173 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.32 |
| HSL | 224º | 0.91% | 0.35% | - |
| HSV(B) | 224º | 0.95% | 0.68% | - |
| XYZ | 8.87 | 5.52 | 40.13 | - |
| YUV | 52.64 | 195.92 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 173 | 0.95 | 0.70 | 0 | 0.32 | 224 | 0.91 | 0.35 |
| Hex | 8 | 34 | AD | 5F | 46 | 0 | 20 | E0 | 5B | 23 |
| Octal | 10 | 64 | 255 | 137 | 106 | 0 | 40 | 340 | 133 | 43 |
| Binary | 1000 | 110100 | 10101101 | 1011111 | 1000110 | 0 | 100000 | 11100000 | 1011011 | 100011 |
Color Harmonies of #0834AD
Complementary color
Monochromatic Colors of #0834AD
Black with #0834AD
Text Example
Text Example
White with #0834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834AD; }
p { color: rgb(8,52,173); }
H1.HeaderClassName
{
color: #0834AD;
}
.AnyTagClassName
{
color: #0834AD;
}
</style>
background-color css
<style>
a { background-color: #0834AD; }
a { background-color: rgb(8,52,173); }
div.DivClassName
{
background-color: #0834AD;
}
.BgClassName
{
background-color: #0834AD;
}
</style>
border-color css
<style>
span { border-color: #0834AD; }
span { border-color: rgb(8,52,173); }
td.TdClassName
{
border-color: #0834AD;
}
.TagClassName
{
border-color: #0834AD;
}
</style>