Shades of Egyptian Blue #102FAC
Tints of Egyptian Blue #102FAC
RGB
CMYK
RGB Variations
Color information
#102FAC (or 0x102FAC) is known color: Egyptian Blue. HEX triplet: 10, 2F and AC. RGB value is (16,47,172). Sum of RGB (Red+Green+Blue) = 16+47+172=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #102FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102FAC is #EFD053. Grayscale: #333333. Windows color (decimal): -15716436 or 11284240. OLE color: 11284240.
HSL color Cylindrical-coordinate representation of color #102FAC: hue angle of 228.08º 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 #102FAC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 47 | 172 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.33 |
| HSL | 228.08º | 0.83% | 0.37% | - |
| HSV(B) | 228.08º | 0.91% | 0.67% | - |
| XYZ | 8.68 | 5.12 | 39.56 | - |
| YUV | 51.98 | 195.73 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 172 | 0.91 | 0.73 | 0 | 0.33 | 228.08 | 0.83 | 0.37 |
| Hex | 10 | 2F | AC | 5B | 49 | 0 | 21 | E4 | 53 | 25 |
| Octal | 20 | 57 | 254 | 133 | 111 | 0 | 41 | 344 | 123 | 45 |
| Binary | 10000 | 101111 | 10101100 | 1011011 | 1001001 | 0 | 100001 | 11100100 | 1010011 | 100101 |
Color Harmonies of #102FAC
Complementary color
Monochromatic Colors of #102FAC
Black with #102FAC
Text Example
Text Example
White with #102FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102FAC; }
p { color: rgb(16,47,172); }
H1.HeaderClassName
{
color: #102FAC;
}
.AnyTagClassName
{
color: #102FAC;
}
</style>
background-color css
<style>
a { background-color: #102FAC; }
a { background-color: rgb(16,47,172); }
div.DivClassName
{
background-color: #102FAC;
}
.BgClassName
{
background-color: #102FAC;
}
</style>
border-color css
<style>
span { border-color: #102FAC; }
span { border-color: rgb(16,47,172); }
td.TdClassName
{
border-color: #102FAC;
}
.TagClassName
{
border-color: #102FAC;
}
</style>