Shades of Egyptian Blue #102FB4
Tints of Egyptian Blue #102FB4
RGB
CMYK
RGB Variations
Color information
#102FB4 (or 0x102FB4) is known color: Egyptian Blue. HEX triplet: 10, 2F and B4. RGB value is (16,47,180). Sum of RGB (Red+Green+Blue) = 16+47+180=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #102FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FB4 is #EFD04B. Grayscale: #343434. Windows color (decimal): -15716428 or 11808528. OLE color: 11808528.
HSL color Cylindrical-coordinate representation of color #102FB4: hue angle of 228.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102FB4 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 47 | 180 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.29 |
| HSL | 228.66º | 0.84% | 0.38% | - |
| HSV(B) | 228.66º | 0.91% | 0.71% | - |
| XYZ | 9.47 | 5.44 | 43.73 | - |
| YUV | 52.89 | 199.73 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 180 | 0.91 | 0.74 | 0 | 0.29 | 228.66 | 0.84 | 0.38 |
| Hex | 10 | 2F | B4 | 5B | 4A | 0 | 1D | E5 | 54 | 26 |
| Octal | 20 | 57 | 264 | 133 | 112 | 0 | 35 | 345 | 124 | 46 |
| Binary | 10000 | 101111 | 10110100 | 1011011 | 1001010 | 0 | 11101 | 11100101 | 1010100 | 100110 |
Color Harmonies of #102FB4
Complementary color
Monochromatic Colors of #102FB4
Black with #102FB4
Text Example
Text Example
White with #102FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FB4; }
p { color: rgb(16,47,180); }
H1.HeaderClassName
{
color: #102FB4;
}
.AnyTagClassName
{
color: #102FB4;
}
</style>
background-color css
<style>
a { background-color: #102FB4; }
a { background-color: rgb(16,47,180); }
div.DivClassName
{
background-color: #102FB4;
}
.BgClassName
{
background-color: #102FB4;
}
</style>
border-color css
<style>
span { border-color: #102FB4; }
span { border-color: rgb(16,47,180); }
td.TdClassName
{
border-color: #102FB4;
}
.TagClassName
{
border-color: #102FB4;
}
</style>