Shades of Egyptian Blue #102AB2
Tints of Egyptian Blue #102AB2
RGB
CMYK
RGB Variations
Color information
#102AB2 (or 0x102AB2) is known color: Egyptian Blue. HEX triplet: 10, 2A and B2. RGB value is (16,42,178). Sum of RGB (Red+Green+Blue) = 16+42+178=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 178 (69.92% from 255 or 75.42% from 236); Max value from RGB is 178 - color contains mainly: blue. Hex color #102AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102AB2 is #EFD54D. Grayscale: #313131. Windows color (decimal): -15717710 or 11676176. OLE color: 11676176.
HSL color Cylindrical-coordinate representation of color #102AB2: hue angle of 230.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102AB2 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 42 | 178 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.30 |
| HSL | 230.37º | 0.84% | 0.38% | - |
| HSV(B) | 230.37º | 0.91% | 0.7% | - |
| XYZ | 9.08 | 4.98 | 42.6 | - |
| YUV | 49.73 | 200.39 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 178 | 0.91 | 0.76 | 0 | 0.30 | 230.37 | 0.84 | 0.38 |
| Hex | 10 | 2A | B2 | 5B | 4C | 0 | 1E | E6 | 54 | 26 |
| Octal | 20 | 52 | 262 | 133 | 114 | 0 | 36 | 346 | 124 | 46 |
| Binary | 10000 | 101010 | 10110010 | 1011011 | 1001100 | 0 | 11110 | 11100110 | 1010100 | 100110 |
Color Harmonies of #102AB2
Complementary color
Monochromatic Colors of #102AB2
Black with #102AB2
Text Example
Text Example
White with #102AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AB2; }
p { color: rgb(16,42,178); }
H1.HeaderClassName
{
color: #102AB2;
}
.AnyTagClassName
{
color: #102AB2;
}
</style>
background-color css
<style>
a { background-color: #102AB2; }
a { background-color: rgb(16,42,178); }
div.DivClassName
{
background-color: #102AB2;
}
.BgClassName
{
background-color: #102AB2;
}
</style>
border-color css
<style>
span { border-color: #102AB2; }
span { border-color: rgb(16,42,178); }
td.TdClassName
{
border-color: #102AB2;
}
.TagClassName
{
border-color: #102AB2;
}
</style>