Shades of Egyptian Blue #0A37AC
Tints of Egyptian Blue #0A37AC
RGB
CMYK
RGB Variations
Color information
#0A37AC (or 0x0A37AC) is known color: Egyptian Blue. HEX triplet: 0A, 37 and AC. RGB value is (10,55,172). Sum of RGB (Red+Green+Blue) = 10+55+172=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A37AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A37AC is #F5C853. Grayscale: #363636. Windows color (decimal): -16107604 or 11286282. OLE color: 11286282.
HSL color Cylindrical-coordinate representation of color #0A37AC: hue angle of 223.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A37AC is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 55 | 172 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.33 |
| HSL | 223.33º | 0.89% | 0.36% | - |
| HSV(B) | 223.33º | 0.94% | 0.67% | - |
| XYZ | 8.94 | 5.78 | 39.67 | - |
| YUV | 54.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 172 | 0.94 | 0.68 | 0 | 0.33 | 223.33 | 0.89 | 0.36 |
| Hex | A | 37 | AC | 5E | 44 | 0 | 21 | DF | 59 | 24 |
| Octal | 12 | 67 | 254 | 136 | 104 | 0 | 41 | 337 | 131 | 44 |
| Binary | 1010 | 110111 | 10101100 | 1011110 | 1000100 | 0 | 100001 | 11011111 | 1011001 | 100100 |
Color Harmonies of #0A37AC
Complementary color
Monochromatic Colors of #0A37AC
Black with #0A37AC
Text Example
Text Example
White with #0A37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A37AC; }
p { color: rgb(10,55,172); }
H1.HeaderClassName
{
color: #0A37AC;
}
.AnyTagClassName
{
color: #0A37AC;
}
</style>
background-color css
<style>
a { background-color: #0A37AC; }
a { background-color: rgb(10,55,172); }
div.DivClassName
{
background-color: #0A37AC;
}
.BgClassName
{
background-color: #0A37AC;
}
</style>
border-color css
<style>
span { border-color: #0A37AC; }
span { border-color: rgb(10,55,172); }
td.TdClassName
{
border-color: #0A37AC;
}
.TagClassName
{
border-color: #0A37AC;
}
</style>