Shades of Egyptian Blue #0837A8
Tints of Egyptian Blue #0837A8
RGB
CMYK
RGB Variations
Color information
#0837A8 (or 0x0837A8) is known color: Egyptian Blue. HEX triplet: 08, 37 and A8. RGB value is (8,55,168). Sum of RGB (Red+Green+Blue) = 8+55+168=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 168 (66.02% from 255 or 72.73% from 231); Max value from RGB is 168 - color contains mainly: blue. Hex color #0837A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0837A8 is #F7C857. Grayscale: #353535. Windows color (decimal): -16238680 or 11024136. OLE color: 11024136.
HSL color Cylindrical-coordinate representation of color #0837A8: hue angle of 222.38º 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 #0837A8 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 55 | 168 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.34 |
| HSL | 222.38º | 0.91% | 0.35% | - |
| HSV(B) | 222.38º | 0.95% | 0.66% | - |
| XYZ | 8.53 | 5.61 | 37.68 | - |
| YUV | 53.83 | 192.43 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 168 | 0.95 | 0.67 | 0 | 0.34 | 222.38 | 0.91 | 0.35 |
| Hex | 8 | 37 | A8 | 5F | 43 | 0 | 22 | DE | 5B | 23 |
| Octal | 10 | 67 | 250 | 137 | 103 | 0 | 42 | 336 | 133 | 43 |
| Binary | 1000 | 110111 | 10101000 | 1011111 | 1000011 | 0 | 100010 | 11011110 | 1011011 | 100011 |
Color Harmonies of #0837A8
Complementary color
Monochromatic Colors of #0837A8
Black with #0837A8
Text Example
Text Example
White with #0837A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837A8; }
p { color: rgb(8,55,168); }
H1.HeaderClassName
{
color: #0837A8;
}
.AnyTagClassName
{
color: #0837A8;
}
</style>
background-color css
<style>
a { background-color: #0837A8; }
a { background-color: rgb(8,55,168); }
div.DivClassName
{
background-color: #0837A8;
}
.BgClassName
{
background-color: #0837A8;
}
</style>
border-color css
<style>
span { border-color: #0837A8; }
span { border-color: rgb(8,55,168); }
td.TdClassName
{
border-color: #0837A8;
}
.TagClassName
{
border-color: #0837A8;
}
</style>