Shades of Egyptian Blue #102DA3
Tints of Egyptian Blue #102DA3
RGB
CMYK
RGB Variations
Color information
#102DA3 (or 0x102DA3) is known color: Egyptian Blue. HEX triplet: 10, 2D and A3. RGB value is (16,45,163). Sum of RGB (Red+Green+Blue) = 16+45+163=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #102DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102DA3 is #EFD25C. Grayscale: #313131. Windows color (decimal): -15716957 or 10693904. OLE color: 10693904.
HSL color Cylindrical-coordinate representation of color #102DA3: hue angle of 228.16º 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 #102DA3 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 45 | 163 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.36 |
| HSL | 228.16º | 0.82% | 0.35% | - |
| HSV(B) | 228.16º | 0.9% | 0.64% | - |
| XYZ | 7.76 | 4.63 | 35.14 | - |
| YUV | 49.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 163 | 0.90 | 0.72 | 0 | 0.36 | 228.16 | 0.82 | 0.35 |
| Hex | 10 | 2D | A3 | 5A | 48 | 0 | 24 | E4 | 52 | 23 |
| Octal | 20 | 55 | 243 | 132 | 110 | 0 | 44 | 344 | 122 | 43 |
| Binary | 10000 | 101101 | 10100011 | 1011010 | 1001000 | 0 | 100100 | 11100100 | 1010010 | 100011 |
Color Harmonies of #102DA3
Complementary color
Monochromatic Colors of #102DA3
Black with #102DA3
Text Example
Text Example
White with #102DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DA3; }
p { color: rgb(16,45,163); }
H1.HeaderClassName
{
color: #102DA3;
}
.AnyTagClassName
{
color: #102DA3;
}
</style>
background-color css
<style>
a { background-color: #102DA3; }
a { background-color: rgb(16,45,163); }
div.DivClassName
{
background-color: #102DA3;
}
.BgClassName
{
background-color: #102DA3;
}
</style>
border-color css
<style>
span { border-color: #102DA3; }
span { border-color: rgb(16,45,163); }
td.TdClassName
{
border-color: #102DA3;
}
.TagClassName
{
border-color: #102DA3;
}
</style>