Shades of Egyptian Blue #102FB0
Tints of Egyptian Blue #102FB0
RGB
CMYK
RGB Variations
Color information
#102FB0 (or 0x102FB0) is known color: Egyptian Blue. HEX triplet: 10, 2F and B0. RGB value is (16,47,176). Sum of RGB (Red+Green+Blue) = 16+47+176=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #102FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FB0 is #EFD04F. Grayscale: #333333. Windows color (decimal): -15716432 or 11546384. OLE color: 11546384.
HSL color Cylindrical-coordinate representation of color #102FB0: hue angle of 228.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102FB0 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 47 | 176 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.31 |
| HSL | 228.38º | 0.83% | 0.38% | - |
| HSV(B) | 228.38º | 0.91% | 0.69% | - |
| XYZ | 9.07 | 5.28 | 41.62 | - |
| YUV | 52.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 176 | 0.91 | 0.73 | 0 | 0.31 | 228.38 | 0.83 | 0.38 |
| Hex | 10 | 2F | B0 | 5B | 49 | 0 | 1F | E4 | 53 | 26 |
| Octal | 20 | 57 | 260 | 133 | 111 | 0 | 37 | 344 | 123 | 46 |
| Binary | 10000 | 101111 | 10110000 | 1011011 | 1001001 | 0 | 11111 | 11100100 | 1010011 | 100110 |
Color Harmonies of #102FB0
Complementary color
Monochromatic Colors of #102FB0
Black with #102FB0
Text Example
Text Example
White with #102FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FB0; }
p { color: rgb(16,47,176); }
H1.HeaderClassName
{
color: #102FB0;
}
.AnyTagClassName
{
color: #102FB0;
}
</style>
background-color css
<style>
a { background-color: #102FB0; }
a { background-color: rgb(16,47,176); }
div.DivClassName
{
background-color: #102FB0;
}
.BgClassName
{
background-color: #102FB0;
}
</style>
border-color css
<style>
span { border-color: #102FB0; }
span { border-color: rgb(16,47,176); }
td.TdClassName
{
border-color: #102FB0;
}
.TagClassName
{
border-color: #102FB0;
}
</style>