Shades of Egyptian Blue #102FAB
Tints of Egyptian Blue #102FAB
RGB
CMYK
RGB Variations
Color information
#102FAB (or 0x102FAB) is known color: Egyptian Blue. HEX triplet: 10, 2F and AB. RGB value is (16,47,171). Sum of RGB (Red+Green+Blue) = 16+47+171=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #102FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FAB is #EFD054. Grayscale: #333333. Windows color (decimal): -15716437 or 11218704. OLE color: 11218704.
HSL color Cylindrical-coordinate representation of color #102FAB: hue angle of 228º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102FAB is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 47 | 171 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.33 |
| HSL | 228º | 0.83% | 0.37% | - |
| HSV(B) | 228º | 0.91% | 0.67% | - |
| XYZ | 8.58 | 5.08 | 39.06 | - |
| YUV | 51.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 171 | 0.91 | 0.73 | 0 | 0.33 | 228 | 0.83 | 0.37 |
| Hex | 10 | 2F | AB | 5B | 49 | 0 | 21 | E4 | 53 | 25 |
| Octal | 20 | 57 | 253 | 133 | 111 | 0 | 41 | 344 | 123 | 45 |
| Binary | 10000 | 101111 | 10101011 | 1011011 | 1001001 | 0 | 100001 | 11100100 | 1010011 | 100101 |
Color Harmonies of #102FAB
Complementary color
Monochromatic Colors of #102FAB
Black with #102FAB
Text Example
Text Example
White with #102FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FAB; }
p { color: rgb(16,47,171); }
H1.HeaderClassName
{
color: #102FAB;
}
.AnyTagClassName
{
color: #102FAB;
}
</style>
background-color css
<style>
a { background-color: #102FAB; }
a { background-color: rgb(16,47,171); }
div.DivClassName
{
background-color: #102FAB;
}
.BgClassName
{
background-color: #102FAB;
}
</style>
border-color css
<style>
span { border-color: #102FAB; }
span { border-color: rgb(16,47,171); }
td.TdClassName
{
border-color: #102FAB;
}
.TagClassName
{
border-color: #102FAB;
}
</style>