Shades of Egyptian Blue #0834AC
Tints of Egyptian Blue #0834AC
RGB
CMYK
RGB Variations
Color information
#0834AC (or 0x0834AC) is known color: Egyptian Blue. HEX triplet: 08, 34 and AC. RGB value is (8,52,172). Sum of RGB (Red+Green+Blue) = 8+52+172=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #0834AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0834AC is #F7CB53. Grayscale: #343434. Windows color (decimal): -16239444 or 11285512. OLE color: 11285512.
HSL color Cylindrical-coordinate representation of color #0834AC: hue angle of 223.9º 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 #0834AC is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 52 | 172 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.33 |
| HSL | 223.9º | 0.91% | 0.35% | - |
| HSV(B) | 223.9º | 0.95% | 0.67% | - |
| XYZ | 8.77 | 5.49 | 39.63 | - |
| YUV | 52.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 172 | 0.95 | 0.70 | 0 | 0.33 | 223.9 | 0.91 | 0.35 |
| Hex | 8 | 34 | AC | 5F | 46 | 0 | 21 | E0 | 5B | 23 |
| Octal | 10 | 64 | 254 | 137 | 106 | 0 | 41 | 340 | 133 | 43 |
| Binary | 1000 | 110100 | 10101100 | 1011111 | 1000110 | 0 | 100001 | 11100000 | 1011011 | 100011 |
Color Harmonies of #0834AC
Complementary color
Monochromatic Colors of #0834AC
Black with #0834AC
Text Example
Text Example
White with #0834AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834AC; }
p { color: rgb(8,52,172); }
H1.HeaderClassName
{
color: #0834AC;
}
.AnyTagClassName
{
color: #0834AC;
}
</style>
background-color css
<style>
a { background-color: #0834AC; }
a { background-color: rgb(8,52,172); }
div.DivClassName
{
background-color: #0834AC;
}
.BgClassName
{
background-color: #0834AC;
}
</style>
border-color css
<style>
span { border-color: #0834AC; }
span { border-color: rgb(8,52,172); }
td.TdClassName
{
border-color: #0834AC;
}
.TagClassName
{
border-color: #0834AC;
}
</style>