Shades of Egyptian Blue #102BAD
Tints of Egyptian Blue #102BAD
RGB
CMYK
RGB Variations
Color information
#102BAD (or 0x102BAD) is known color: Egyptian Blue. HEX triplet: 10, 2B and AD. RGB value is (16,43,173). Sum of RGB (Red+Green+Blue) = 16+43+173=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #102BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102BAD is #EFD452. Grayscale: #313131. Windows color (decimal): -15717459 or 11348752. OLE color: 11348752.
HSL color Cylindrical-coordinate representation of color #102BAD: hue angle of 229.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102BAD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 43 | 173 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.32 |
| HSL | 229.68º | 0.83% | 0.37% | - |
| HSV(B) | 229.68º | 0.91% | 0.68% | - |
| XYZ | 8.62 | 4.86 | 40.02 | - |
| YUV | 49.75 | 197.55 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 173 | 0.91 | 0.75 | 0 | 0.32 | 229.68 | 0.83 | 0.37 |
| Hex | 10 | 2B | AD | 5B | 4B | 0 | 20 | E6 | 53 | 25 |
| Octal | 20 | 53 | 255 | 133 | 113 | 0 | 40 | 346 | 123 | 45 |
| Binary | 10000 | 101011 | 10101101 | 1011011 | 1001011 | 0 | 100000 | 11100110 | 1010011 | 100101 |
Color Harmonies of #102BAD
Complementary color
Monochromatic Colors of #102BAD
Black with #102BAD
Text Example
Text Example
White with #102BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102BAD; }
p { color: rgb(16,43,173); }
H1.HeaderClassName
{
color: #102BAD;
}
.AnyTagClassName
{
color: #102BAD;
}
</style>
background-color css
<style>
a { background-color: #102BAD; }
a { background-color: rgb(16,43,173); }
div.DivClassName
{
background-color: #102BAD;
}
.BgClassName
{
background-color: #102BAD;
}
</style>
border-color css
<style>
span { border-color: #102BAD; }
span { border-color: rgb(16,43,173); }
td.TdClassName
{
border-color: #102BAD;
}
.TagClassName
{
border-color: #102BAD;
}
</style>