Shades of Egyptian Blue #102CAF
Tints of Egyptian Blue #102CAF
RGB
CMYK
RGB Variations
Color information
#102CAF (or 0x102CAF) is known color: Egyptian Blue. HEX triplet: 10, 2C and AF. RGB value is (16,44,175). Sum of RGB (Red+Green+Blue) = 16+44+175=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #102CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102CAF is #EFD350. Grayscale: #323232. Windows color (decimal): -15717201 or 11480080. OLE color: 11480080.
HSL color Cylindrical-coordinate representation of color #102CAF: hue angle of 229.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102CAF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 44 | 175 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.31 |
| HSL | 229.43º | 0.83% | 0.37% | - |
| HSV(B) | 229.43º | 0.91% | 0.69% | - |
| XYZ | 8.85 | 5.01 | 41.06 | - |
| YUV | 50.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 175 | 0.91 | 0.75 | 0 | 0.31 | 229.43 | 0.83 | 0.37 |
| Hex | 10 | 2C | AF | 5B | 4B | 0 | 1F | E5 | 53 | 25 |
| Octal | 20 | 54 | 257 | 133 | 113 | 0 | 37 | 345 | 123 | 45 |
| Binary | 10000 | 101100 | 10101111 | 1011011 | 1001011 | 0 | 11111 | 11100101 | 1010011 | 100101 |
Color Harmonies of #102CAF
Complementary color
Monochromatic Colors of #102CAF
Black with #102CAF
Text Example
Text Example
White with #102CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CAF; }
p { color: rgb(16,44,175); }
H1.HeaderClassName
{
color: #102CAF;
}
.AnyTagClassName
{
color: #102CAF;
}
</style>
background-color css
<style>
a { background-color: #102CAF; }
a { background-color: rgb(16,44,175); }
div.DivClassName
{
background-color: #102CAF;
}
.BgClassName
{
background-color: #102CAF;
}
</style>
border-color css
<style>
span { border-color: #102CAF; }
span { border-color: rgb(16,44,175); }
td.TdClassName
{
border-color: #102CAF;
}
.TagClassName
{
border-color: #102CAF;
}
</style>