Shades of Egyptian Blue #102DA9
Tints of Egyptian Blue #102DA9
RGB
CMYK
RGB Variations
Color information
#102DA9 (or 0x102DA9) is known color: Egyptian Blue. HEX triplet: 10, 2D and A9. RGB value is (16,45,169). Sum of RGB (Red+Green+Blue) = 16+45+169=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #102DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102DA9 is #EFD256. Grayscale: #313131. Windows color (decimal): -15716951 or 11087120. OLE color: 11087120.
HSL color Cylindrical-coordinate representation of color #102DA9: hue angle of 228.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102DA9 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 45 | 169 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.34 |
| HSL | 228.63º | 0.83% | 0.36% | - |
| HSV(B) | 228.63º | 0.91% | 0.66% | - |
| XYZ | 8.31 | 4.85 | 38.03 | - |
| YUV | 50.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 169 | 0.91 | 0.73 | 0 | 0.34 | 228.63 | 0.83 | 0.36 |
| Hex | 10 | 2D | A9 | 5B | 49 | 0 | 22 | E5 | 53 | 24 |
| Octal | 20 | 55 | 251 | 133 | 111 | 0 | 42 | 345 | 123 | 44 |
| Binary | 10000 | 101101 | 10101001 | 1011011 | 1001001 | 0 | 100010 | 11100101 | 1010011 | 100100 |
Color Harmonies of #102DA9
Complementary color
Monochromatic Colors of #102DA9
Black with #102DA9
Text Example
Text Example
White with #102DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DA9; }
p { color: rgb(16,45,169); }
H1.HeaderClassName
{
color: #102DA9;
}
.AnyTagClassName
{
color: #102DA9;
}
</style>
background-color css
<style>
a { background-color: #102DA9; }
a { background-color: rgb(16,45,169); }
div.DivClassName
{
background-color: #102DA9;
}
.BgClassName
{
background-color: #102DA9;
}
</style>
border-color css
<style>
span { border-color: #102DA9; }
span { border-color: rgb(16,45,169); }
td.TdClassName
{
border-color: #102DA9;
}
.TagClassName
{
border-color: #102DA9;
}
</style>