Shades of Egyptian Blue #102DB5
Tints of Egyptian Blue #102DB5
RGB
CMYK
RGB Variations
Color information
#102DB5 (or 0x102DB5) is known color: Egyptian Blue. HEX triplet: 10, 2D and B5. RGB value is (16,45,181). Sum of RGB (Red+Green+Blue) = 16+45+181=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 181 (71.09% from 255 or 74.79% from 242); Max value from RGB is 181 - color contains mainly: blue. Hex color #102DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DB5 is #EFD24A. Grayscale: #333333. Windows color (decimal): -15716939 or 11873552. OLE color: 11873552.
HSL color Cylindrical-coordinate representation of color #102DB5: hue angle of 229.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102DB5 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 45 | 181 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.29 |
| HSL | 229.45º | 0.84% | 0.39% | - |
| HSV(B) | 229.45º | 0.91% | 0.71% | - |
| XYZ | 9.49 | 5.32 | 44.24 | - |
| YUV | 51.83 | 200.89 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 181 | 0.91 | 0.75 | 0 | 0.29 | 229.45 | 0.84 | 0.39 |
| Hex | 10 | 2D | B5 | 5B | 4B | 0 | 1D | E5 | 54 | 27 |
| Octal | 20 | 55 | 265 | 133 | 113 | 0 | 35 | 345 | 124 | 47 |
| Binary | 10000 | 101101 | 10110101 | 1011011 | 1001011 | 0 | 11101 | 11100101 | 1010100 | 100111 |
Color Harmonies of #102DB5
Complementary color
Monochromatic Colors of #102DB5
Black with #102DB5
Text Example
Text Example
White with #102DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DB5; }
p { color: rgb(16,45,181); }
H1.HeaderClassName
{
color: #102DB5;
}
.AnyTagClassName
{
color: #102DB5;
}
</style>
background-color css
<style>
a { background-color: #102DB5; }
a { background-color: rgb(16,45,181); }
div.DivClassName
{
background-color: #102DB5;
}
.BgClassName
{
background-color: #102DB5;
}
</style>
border-color css
<style>
span { border-color: #102DB5; }
span { border-color: rgb(16,45,181); }
td.TdClassName
{
border-color: #102DB5;
}
.TagClassName
{
border-color: #102DB5;
}
</style>