Shades of Egyptian Blue #0A37AB
Tints of Egyptian Blue #0A37AB
RGB
CMYK
RGB Variations
Color information
#0A37AB (or 0x0A37AB) is known color: Egyptian Blue. HEX triplet: 0A, 37 and AB. RGB value is (10,55,171). Sum of RGB (Red+Green+Blue) = 10+55+171=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A37AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A37AB is #F5C854. Grayscale: #363636. Windows color (decimal): -16107605 or 11220746. OLE color: 11220746.
HSL color Cylindrical-coordinate representation of color #0A37AB: hue angle of 223.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A37AB is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 55 | 171 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.33 |
| HSL | 223.23º | 0.89% | 0.35% | - |
| HSV(B) | 223.23º | 0.94% | 0.67% | - |
| XYZ | 8.84 | 5.74 | 39.17 | - |
| YUV | 54.77 | 193.59 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 171 | 0.94 | 0.68 | 0 | 0.33 | 223.23 | 0.89 | 0.35 |
| Hex | A | 37 | AB | 5E | 44 | 0 | 21 | DF | 59 | 23 |
| Octal | 12 | 67 | 253 | 136 | 104 | 0 | 41 | 337 | 131 | 43 |
| Binary | 1010 | 110111 | 10101011 | 1011110 | 1000100 | 0 | 100001 | 11011111 | 1011001 | 100011 |
Color Harmonies of #0A37AB
Complementary color
Monochromatic Colors of #0A37AB
Black with #0A37AB
Text Example
Text Example
White with #0A37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A37AB; }
p { color: rgb(10,55,171); }
H1.HeaderClassName
{
color: #0A37AB;
}
.AnyTagClassName
{
color: #0A37AB;
}
</style>
background-color css
<style>
a { background-color: #0A37AB; }
a { background-color: rgb(10,55,171); }
div.DivClassName
{
background-color: #0A37AB;
}
.BgClassName
{
background-color: #0A37AB;
}
</style>
border-color css
<style>
span { border-color: #0A37AB; }
span { border-color: rgb(10,55,171); }
td.TdClassName
{
border-color: #0A37AB;
}
.TagClassName
{
border-color: #0A37AB;
}
</style>