Shades of Egyptian Blue #0836A8
Tints of Egyptian Blue #0836A8
RGB
CMYK
RGB Variations
Color information
#0836A8 (or 0x0836A8) is known color: Egyptian Blue. HEX triplet: 08, 36 and A8. RGB value is (8,54,168). Sum of RGB (Red+Green+Blue) = 8+54+168=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 168 (66.02% from 255 or 73.04% from 230); Max value from RGB is 168 - color contains mainly: blue. Hex color #0836A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0836A8 is #F7C957. Grayscale: #343434. Windows color (decimal): -16238936 or 11023880. OLE color: 11023880.
HSL color Cylindrical-coordinate representation of color #0836A8: hue angle of 222.75º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0836A8 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 54 | 168 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.34 |
| HSL | 222.75º | 0.91% | 0.35% | - |
| HSV(B) | 222.75º | 0.95% | 0.66% | - |
| XYZ | 8.49 | 5.52 | 37.66 | - |
| YUV | 53.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 168 | 0.95 | 0.68 | 0 | 0.34 | 222.75 | 0.91 | 0.35 |
| Hex | 8 | 36 | A8 | 5F | 44 | 0 | 22 | DF | 5B | 23 |
| Octal | 10 | 66 | 250 | 137 | 104 | 0 | 42 | 337 | 133 | 43 |
| Binary | 1000 | 110110 | 10101000 | 1011111 | 1000100 | 0 | 100010 | 11011111 | 1011011 | 100011 |
Color Harmonies of #0836A8
Complementary color
Monochromatic Colors of #0836A8
Black with #0836A8
Text Example
Text Example
White with #0836A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0836A8; }
p { color: rgb(8,54,168); }
H1.HeaderClassName
{
color: #0836A8;
}
.AnyTagClassName
{
color: #0836A8;
}
</style>
background-color css
<style>
a { background-color: #0836A8; }
a { background-color: rgb(8,54,168); }
div.DivClassName
{
background-color: #0836A8;
}
.BgClassName
{
background-color: #0836A8;
}
</style>
border-color css
<style>
span { border-color: #0836A8; }
span { border-color: rgb(8,54,168); }
td.TdClassName
{
border-color: #0836A8;
}
.TagClassName
{
border-color: #0836A8;
}
</style>