Shades of Egyptian Blue #102FB5
Tints of Egyptian Blue #102FB5
RGB
CMYK
RGB Variations
Color information
#102FB5 (or 0x102FB5) is known color: Egyptian Blue. HEX triplet: 10, 2F and B5. RGB value is (16,47,181). Sum of RGB (Red+Green+Blue) = 16+47+181=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 181 (71.09% from 255 or 74.18% from 244); Max value from RGB is 181 - color contains mainly: blue. Hex color #102FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102FB5 is #EFD04A. Grayscale: #343434. Windows color (decimal): -15716427 or 11874064. OLE color: 11874064.
HSL color Cylindrical-coordinate representation of color #102FB5: hue angle of 228.73º 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 #102FB5 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 47 | 181 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.29 |
| HSL | 228.73º | 0.84% | 0.39% | - |
| HSV(B) | 228.73º | 0.91% | 0.71% | - |
| XYZ | 9.57 | 5.48 | 44.27 | - |
| YUV | 53.01 | 200.23 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 181 | 0.91 | 0.74 | 0 | 0.29 | 228.73 | 0.84 | 0.39 |
| Hex | 10 | 2F | B5 | 5B | 4A | 0 | 1D | E5 | 54 | 27 |
| Octal | 20 | 57 | 265 | 133 | 112 | 0 | 35 | 345 | 124 | 47 |
| Binary | 10000 | 101111 | 10110101 | 1011011 | 1001010 | 0 | 11101 | 11100101 | 1010100 | 100111 |
Color Harmonies of #102FB5
Complementary color
Monochromatic Colors of #102FB5
Black with #102FB5
Text Example
Text Example
White with #102FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FB5; }
p { color: rgb(16,47,181); }
H1.HeaderClassName
{
color: #102FB5;
}
.AnyTagClassName
{
color: #102FB5;
}
</style>
background-color css
<style>
a { background-color: #102FB5; }
a { background-color: rgb(16,47,181); }
div.DivClassName
{
background-color: #102FB5;
}
.BgClassName
{
background-color: #102FB5;
}
</style>
border-color css
<style>
span { border-color: #102FB5; }
span { border-color: rgb(16,47,181); }
td.TdClassName
{
border-color: #102FB5;
}
.TagClassName
{
border-color: #102FB5;
}
</style>