Shades of Egyptian Blue #0A279D
Tints of Egyptian Blue #0A279D
RGB
CMYK
RGB Variations
Color information
#0A279D (or 0x0A279D) is known color: Egyptian Blue. HEX triplet: 0A, 27 and 9D. RGB value is (10,39,157). Sum of RGB (Red+Green+Blue) = 10+39+157=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A279D is #F5D862. Grayscale: #2B2B2B. Windows color (decimal): -16111715 or 10299146. OLE color: 10299146.
HSL color Cylindrical-coordinate representation of color #0A279D: hue angle of 228.16º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A279D is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 39 | 157 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.38 |
| HSL | 228.16º | 0.88% | 0.33% | - |
| HSV(B) | 228.16º | 0.94% | 0.62% | - |
| XYZ | 6.94 | 3.95 | 32.3 | - |
| YUV | 43.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 157 | 0.94 | 0.75 | 0 | 0.38 | 228.16 | 0.88 | 0.33 |
| Hex | A | 27 | 9D | 5E | 4B | 0 | 26 | E4 | 58 | 21 |
| Octal | 12 | 47 | 235 | 136 | 113 | 0 | 46 | 344 | 130 | 41 |
| Binary | 1010 | 100111 | 10011101 | 1011110 | 1001011 | 0 | 100110 | 11100100 | 1011000 | 100001 |
Color Harmonies of #0A279D
Complementary color
Monochromatic Colors of #0A279D
Black with #0A279D
Text Example
Text Example
White with #0A279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A279D; }
p { color: rgb(10,39,157); }
H1.HeaderClassName
{
color: #0A279D;
}
.AnyTagClassName
{
color: #0A279D;
}
</style>
background-color css
<style>
a { background-color: #0A279D; }
a { background-color: rgb(10,39,157); }
div.DivClassName
{
background-color: #0A279D;
}
.BgClassName
{
background-color: #0A279D;
}
</style>
border-color css
<style>
span { border-color: #0A279D; }
span { border-color: rgb(10,39,157); }
td.TdClassName
{
border-color: #0A279D;
}
.TagClassName
{
border-color: #0A279D;
}
</style>