Shades of Egyptian Blue #102CA9
Tints of Egyptian Blue #102CA9
RGB
CMYK
RGB Variations
Color information
#102CA9 (or 0x102CA9) is known color: Egyptian Blue. HEX triplet: 10, 2C and A9. RGB value is (16,44,169). Sum of RGB (Red+Green+Blue) = 16+44+169=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 169 (66.41% from 255 or 73.80% from 229); Max value from RGB is 169 - color contains mainly: blue. Hex color #102CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102CA9 is #EFD356. Grayscale: #313131. Windows color (decimal): -15717207 or 11086864. OLE color: 11086864.
HSL color Cylindrical-coordinate representation of color #102CA9: hue angle of 229.02º 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 #102CA9 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 44 | 169 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.34 |
| HSL | 229.02º | 0.83% | 0.36% | - |
| HSV(B) | 229.02º | 0.91% | 0.66% | - |
| XYZ | 8.28 | 4.78 | 38.02 | - |
| YUV | 49.88 | 195.22 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 169 | 0.91 | 0.74 | 0 | 0.34 | 229.02 | 0.83 | 0.36 |
| Hex | 10 | 2C | A9 | 5B | 4A | 0 | 22 | E5 | 53 | 24 |
| Octal | 20 | 54 | 251 | 133 | 112 | 0 | 42 | 345 | 123 | 44 |
| Binary | 10000 | 101100 | 10101001 | 1011011 | 1001010 | 0 | 100010 | 11100101 | 1010011 | 100100 |
Color Harmonies of #102CA9
Complementary color
Monochromatic Colors of #102CA9
Black with #102CA9
Text Example
Text Example
White with #102CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CA9; }
p { color: rgb(16,44,169); }
H1.HeaderClassName
{
color: #102CA9;
}
.AnyTagClassName
{
color: #102CA9;
}
</style>
background-color css
<style>
a { background-color: #102CA9; }
a { background-color: rgb(16,44,169); }
div.DivClassName
{
background-color: #102CA9;
}
.BgClassName
{
background-color: #102CA9;
}
</style>
border-color css
<style>
span { border-color: #102CA9; }
span { border-color: rgb(16,44,169); }
td.TdClassName
{
border-color: #102CA9;
}
.TagClassName
{
border-color: #102CA9;
}
</style>