Shades of Egyptian Blue #0833A6
Tints of Egyptian Blue #0833A6
RGB
CMYK
RGB Variations
Color information
#0833A6 (or 0x0833A6) is known color: Egyptian Blue. HEX triplet: 08, 33 and A6. RGB value is (8,51,166). Sum of RGB (Red+Green+Blue) = 8+51+166=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #0833A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0833A6 is #F7CC59. Grayscale: #323232. Windows color (decimal): -16239706 or 10892040. OLE color: 10892040.
HSL color Cylindrical-coordinate representation of color #0833A6: hue angle of 223.67º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0833A6 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 51 | 166 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.35 |
| HSL | 223.67º | 0.91% | 0.34% | - |
| HSV(B) | 223.67º | 0.95% | 0.65% | - |
| XYZ | 8.17 | 5.17 | 36.64 | - |
| YUV | 51.25 | 192.75 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 166 | 0.95 | 0.69 | 0 | 0.35 | 223.67 | 0.91 | 0.34 |
| Hex | 8 | 33 | A6 | 5F | 45 | 0 | 23 | E0 | 5B | 22 |
| Octal | 10 | 63 | 246 | 137 | 105 | 0 | 43 | 340 | 133 | 42 |
| Binary | 1000 | 110011 | 10100110 | 1011111 | 1000101 | 0 | 100011 | 11100000 | 1011011 | 100010 |
Color Harmonies of #0833A6
Complementary color
Monochromatic Colors of #0833A6
Black with #0833A6
Text Example
Text Example
White with #0833A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0833A6; }
p { color: rgb(8,51,166); }
H1.HeaderClassName
{
color: #0833A6;
}
.AnyTagClassName
{
color: #0833A6;
}
</style>
background-color css
<style>
a { background-color: #0833A6; }
a { background-color: rgb(8,51,166); }
div.DivClassName
{
background-color: #0833A6;
}
.BgClassName
{
background-color: #0833A6;
}
</style>
border-color css
<style>
span { border-color: #0833A6; }
span { border-color: rgb(8,51,166); }
td.TdClassName
{
border-color: #0833A6;
}
.TagClassName
{
border-color: #0833A6;
}
</style>