Shades of Egyptian Blue #102DA4
Tints of Egyptian Blue #102DA4
RGB
CMYK
RGB Variations
Color information
#102DA4 (or 0x102DA4) is known color: Egyptian Blue. HEX triplet: 10, 2D and A4. RGB value is (16,45,164). Sum of RGB (Red+Green+Blue) = 16+45+164=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #102DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102DA4 is #EFD25B. Grayscale: #313131. Windows color (decimal): -15716956 or 10759440. OLE color: 10759440.
HSL color Cylindrical-coordinate representation of color #102DA4: hue angle of 228.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102DA4 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 45 | 164 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.36 |
| HSL | 228.24º | 0.82% | 0.35% | - |
| HSV(B) | 228.24º | 0.9% | 0.64% | - |
| XYZ | 7.85 | 4.67 | 35.61 | - |
| YUV | 49.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 164 | 0.90 | 0.73 | 0 | 0.36 | 228.24 | 0.82 | 0.35 |
| Hex | 10 | 2D | A4 | 5A | 49 | 0 | 24 | E4 | 52 | 23 |
| Octal | 20 | 55 | 244 | 132 | 111 | 0 | 44 | 344 | 122 | 43 |
| Binary | 10000 | 101101 | 10100100 | 1011010 | 1001001 | 0 | 100100 | 11100100 | 1010010 | 100011 |
Color Harmonies of #102DA4
Complementary color
Monochromatic Colors of #102DA4
Black with #102DA4
Text Example
Text Example
White with #102DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DA4; }
p { color: rgb(16,45,164); }
H1.HeaderClassName
{
color: #102DA4;
}
.AnyTagClassName
{
color: #102DA4;
}
</style>
background-color css
<style>
a { background-color: #102DA4; }
a { background-color: rgb(16,45,164); }
div.DivClassName
{
background-color: #102DA4;
}
.BgClassName
{
background-color: #102DA4;
}
</style>
border-color css
<style>
span { border-color: #102DA4; }
span { border-color: rgb(16,45,164); }
td.TdClassName
{
border-color: #102DA4;
}
.TagClassName
{
border-color: #102DA4;
}
</style>