Shades of Egyptian Blue #102FAA
Tints of Egyptian Blue #102FAA
RGB
CMYK
RGB Variations
Color information
#102FAA (or 0x102FAA) is known color: Egyptian Blue. HEX triplet: 10, 2F and AA. RGB value is (16,47,170). Sum of RGB (Red+Green+Blue) = 16+47+170=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #102FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FAA is #EFD055. Grayscale: #333333. Windows color (decimal): -15716438 or 11153168. OLE color: 11153168.
HSL color Cylindrical-coordinate representation of color #102FAA: hue angle of 227.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102FAA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 47 | 170 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.33 |
| HSL | 227.92º | 0.83% | 0.36% | - |
| HSV(B) | 227.92º | 0.91% | 0.67% | - |
| XYZ | 8.49 | 5.05 | 38.56 | - |
| YUV | 51.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 170 | 0.91 | 0.72 | 0 | 0.33 | 227.92 | 0.83 | 0.36 |
| Hex | 10 | 2F | AA | 5B | 48 | 0 | 21 | E4 | 53 | 24 |
| Octal | 20 | 57 | 252 | 133 | 110 | 0 | 41 | 344 | 123 | 44 |
| Binary | 10000 | 101111 | 10101010 | 1011011 | 1001000 | 0 | 100001 | 11100100 | 1010011 | 100100 |
Color Harmonies of #102FAA
Complementary color
Monochromatic Colors of #102FAA
Black with #102FAA
Text Example
Text Example
White with #102FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FAA; }
p { color: rgb(16,47,170); }
H1.HeaderClassName
{
color: #102FAA;
}
.AnyTagClassName
{
color: #102FAA;
}
</style>
background-color css
<style>
a { background-color: #102FAA; }
a { background-color: rgb(16,47,170); }
div.DivClassName
{
background-color: #102FAA;
}
.BgClassName
{
background-color: #102FAA;
}
</style>
border-color css
<style>
span { border-color: #102FAA; }
span { border-color: rgb(16,47,170); }
td.TdClassName
{
border-color: #102FAA;
}
.TagClassName
{
border-color: #102FAA;
}
</style>