Shades of Egyptian Blue #102DA5
Tints of Egyptian Blue #102DA5
RGB
CMYK
RGB Variations
Color information
#102DA5 (or 0x102DA5) is known color: Egyptian Blue. HEX triplet: 10, 2D and A5. RGB value is (16,45,165). Sum of RGB (Red+Green+Blue) = 16+45+165=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 165 (64.84% from 255 or 73.01% from 226); Max value from RGB is 165 - color contains mainly: blue. Hex color #102DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102DA5 is #EFD25A. Grayscale: #313131. Windows color (decimal): -15716955 or 10824976. OLE color: 10824976.
HSL color Cylindrical-coordinate representation of color #102DA5: hue angle of 228.32º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102DA5 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 45 | 165 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.35 |
| HSL | 228.32º | 0.82% | 0.35% | - |
| HSV(B) | 228.32º | 0.9% | 0.65% | - |
| XYZ | 7.94 | 4.7 | 36.09 | - |
| YUV | 50.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 165 | 0.90 | 0.73 | 0 | 0.35 | 228.32 | 0.82 | 0.35 |
| Hex | 10 | 2D | A5 | 5A | 49 | 0 | 23 | E4 | 52 | 23 |
| Octal | 20 | 55 | 245 | 132 | 111 | 0 | 43 | 344 | 122 | 43 |
| Binary | 10000 | 101101 | 10100101 | 1011010 | 1001001 | 0 | 100011 | 11100100 | 1010010 | 100011 |
Color Harmonies of #102DA5
Complementary color
Monochromatic Colors of #102DA5
Black with #102DA5
Text Example
Text Example
White with #102DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DA5; }
p { color: rgb(16,45,165); }
H1.HeaderClassName
{
color: #102DA5;
}
.AnyTagClassName
{
color: #102DA5;
}
</style>
background-color css
<style>
a { background-color: #102DA5; }
a { background-color: rgb(16,45,165); }
div.DivClassName
{
background-color: #102DA5;
}
.BgClassName
{
background-color: #102DA5;
}
</style>
border-color css
<style>
span { border-color: #102DA5; }
span { border-color: rgb(16,45,165); }
td.TdClassName
{
border-color: #102DA5;
}
.TagClassName
{
border-color: #102DA5;
}
</style>