Shades of Egyptian Blue #102AAF
Tints of Egyptian Blue #102AAF
RGB
CMYK
RGB Variations
Color information
#102AAF (or 0x102AAF) is known color: Egyptian Blue. HEX triplet: 10, 2A and AF. RGB value is (16,42,175). Sum of RGB (Red+Green+Blue) = 16+42+175=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #102AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102AAF is #EFD550. Grayscale: #303030. Windows color (decimal): -15717713 or 11479568. OLE color: 11479568.
HSL color Cylindrical-coordinate representation of color #102AAF: hue angle of 230.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102AAF is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 42 | 175 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.31 |
| HSL | 230.19º | 0.83% | 0.37% | - |
| HSV(B) | 230.19º | 0.91% | 0.69% | - |
| XYZ | 8.78 | 4.86 | 41.03 | - |
| YUV | 49.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 175 | 0.91 | 0.76 | 0 | 0.31 | 230.19 | 0.83 | 0.37 |
| Hex | 10 | 2A | AF | 5B | 4C | 0 | 1F | E6 | 53 | 25 |
| Octal | 20 | 52 | 257 | 133 | 114 | 0 | 37 | 346 | 123 | 45 |
| Binary | 10000 | 101010 | 10101111 | 1011011 | 1001100 | 0 | 11111 | 11100110 | 1010011 | 100101 |
Color Harmonies of #102AAF
Complementary color
Monochromatic Colors of #102AAF
Black with #102AAF
Text Example
Text Example
White with #102AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AAF; }
p { color: rgb(16,42,175); }
H1.HeaderClassName
{
color: #102AAF;
}
.AnyTagClassName
{
color: #102AAF;
}
</style>
background-color css
<style>
a { background-color: #102AAF; }
a { background-color: rgb(16,42,175); }
div.DivClassName
{
background-color: #102AAF;
}
.BgClassName
{
background-color: #102AAF;
}
</style>
border-color css
<style>
span { border-color: #102AAF; }
span { border-color: rgb(16,42,175); }
td.TdClassName
{
border-color: #102AAF;
}
.TagClassName
{
border-color: #102AAF;
}
</style>