Shades of Egyptian Blue #0837AA
Tints of Egyptian Blue #0837AA
RGB
CMYK
RGB Variations
Color information
#0837AA (or 0x0837AA) is known color: Egyptian Blue. HEX triplet: 08, 37 and AA. RGB value is (8,55,170). Sum of RGB (Red+Green+Blue) = 8+55+170=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #0837AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0837AA is #F7C855. Grayscale: #353535. Windows color (decimal): -16238678 or 11155208. OLE color: 11155208.
HSL color Cylindrical-coordinate representation of color #0837AA: hue angle of 222.59º 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 #0837AA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 55 | 170 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.33 |
| HSL | 222.59º | 0.91% | 0.35% | - |
| HSV(B) | 222.59º | 0.95% | 0.67% | - |
| XYZ | 8.72 | 5.69 | 38.67 | - |
| YUV | 54.06 | 193.43 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 170 | 0.95 | 0.68 | 0 | 0.33 | 222.59 | 0.91 | 0.35 |
| Hex | 8 | 37 | AA | 5F | 44 | 0 | 21 | DF | 5B | 23 |
| Octal | 10 | 67 | 252 | 137 | 104 | 0 | 41 | 337 | 133 | 43 |
| Binary | 1000 | 110111 | 10101010 | 1011111 | 1000100 | 0 | 100001 | 11011111 | 1011011 | 100011 |
Color Harmonies of #0837AA
Complementary color
Monochromatic Colors of #0837AA
Black with #0837AA
Text Example
Text Example
White with #0837AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837AA; }
p { color: rgb(8,55,170); }
H1.HeaderClassName
{
color: #0837AA;
}
.AnyTagClassName
{
color: #0837AA;
}
</style>
background-color css
<style>
a { background-color: #0837AA; }
a { background-color: rgb(8,55,170); }
div.DivClassName
{
background-color: #0837AA;
}
.BgClassName
{
background-color: #0837AA;
}
</style>
border-color css
<style>
span { border-color: #0837AA; }
span { border-color: rgb(8,55,170); }
td.TdClassName
{
border-color: #0837AA;
}
.TagClassName
{
border-color: #0837AA;
}
</style>