Shades of Egyptian Blue #101FAF
Tints of Egyptian Blue #101FAF
RGB
CMYK
RGB Variations
Color information
#101FAF (or 0x101FAF) is known color: Egyptian Blue. HEX triplet: 10, 1F and AF. RGB value is (16,31,175). Sum of RGB (Red+Green+Blue) = 16+31+175=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #101FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101FAF is #EFE050. Grayscale: #2A2A2A. Windows color (decimal): -15720529 or 11476752. OLE color: 11476752.
HSL color Cylindrical-coordinate representation of color #101FAF: hue angle of 234.34º 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 #101FAF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 31 | 175 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.31 |
| HSL | 234.34º | 0.83% | 0.37% | - |
| HSV(B) | 234.34º | 0.91% | 0.69% | - |
| XYZ | 8.44 | 4.19 | 40.92 | - |
| YUV | 42.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 175 | 0.91 | 0.82 | 0 | 0.31 | 234.34 | 0.83 | 0.37 |
| Hex | 10 | 1F | AF | 5B | 52 | 0 | 1F | EA | 53 | 25 |
| Octal | 20 | 37 | 257 | 133 | 122 | 0 | 37 | 352 | 123 | 45 |
| Binary | 10000 | 11111 | 10101111 | 1011011 | 1010010 | 0 | 11111 | 11101010 | 1010011 | 100101 |
Color Harmonies of #101FAF
Complementary color
Monochromatic Colors of #101FAF
Black with #101FAF
Text Example
Text Example
White with #101FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FAF; }
p { color: rgb(16,31,175); }
H1.HeaderClassName
{
color: #101FAF;
}
.AnyTagClassName
{
color: #101FAF;
}
</style>
background-color css
<style>
a { background-color: #101FAF; }
a { background-color: rgb(16,31,175); }
div.DivClassName
{
background-color: #101FAF;
}
.BgClassName
{
background-color: #101FAF;
}
</style>
border-color css
<style>
span { border-color: #101FAF; }
span { border-color: rgb(16,31,175); }
td.TdClassName
{
border-color: #101FAF;
}
.TagClassName
{
border-color: #101FAF;
}
</style>