Shades of Egyptian Blue #102D9F
Tints of Egyptian Blue #102D9F
RGB
CMYK
RGB Variations
Color information
#102D9F (or 0x102D9F) is known color: Egyptian Blue. HEX triplet: 10, 2D and 9F. RGB value is (16,45,159). Sum of RGB (Red+Green+Blue) = 16+45+159=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #102D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102D9F is #EFD260. Grayscale: #303030. Windows color (decimal): -15716961 or 10431760. OLE color: 10431760.
HSL color Cylindrical-coordinate representation of color #102D9F: hue angle of 227.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #102D9F is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 45 | 159 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.38 |
| HSL | 227.83º | 0.82% | 0.34% | - |
| HSV(B) | 227.83º | 0.9% | 0.62% | - |
| XYZ | 7.41 | 4.49 | 33.28 | - |
| YUV | 49.33 | 189.89 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 159 | 0.90 | 0.72 | 0 | 0.38 | 227.83 | 0.82 | 0.34 |
| Hex | 10 | 2D | 9F | 5A | 48 | 0 | 26 | E4 | 52 | 22 |
| Octal | 20 | 55 | 237 | 132 | 110 | 0 | 46 | 344 | 122 | 42 |
| Binary | 10000 | 101101 | 10011111 | 1011010 | 1001000 | 0 | 100110 | 11100100 | 1010010 | 100010 |
Color Harmonies of #102D9F
Complementary color
Monochromatic Colors of #102D9F
Black with #102D9F
Text Example
Text Example
White with #102D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D9F; }
p { color: rgb(16,45,159); }
H1.HeaderClassName
{
color: #102D9F;
}
.AnyTagClassName
{
color: #102D9F;
}
</style>
background-color css
<style>
a { background-color: #102D9F; }
a { background-color: rgb(16,45,159); }
div.DivClassName
{
background-color: #102D9F;
}
.BgClassName
{
background-color: #102D9F;
}
</style>
border-color css
<style>
span { border-color: #102D9F; }
span { border-color: rgb(16,45,159); }
td.TdClassName
{
border-color: #102D9F;
}
.TagClassName
{
border-color: #102D9F;
}
</style>