Shades of Egyptian Blue #1231AF
Tints of Egyptian Blue #1231AF
RGB
CMYK
RGB Variations
Color information
#1231AF (or 0x1231AF) is known color: Egyptian Blue. HEX triplet: 12, 31 and AF. RGB value is (18,49,175). Sum of RGB (Red+Green+Blue) = 18+49+175=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #1231AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1231AF is #EDCE50. Grayscale: #353535. Windows color (decimal): -15584849 or 11481362. OLE color: 11481362.
HSL color Cylindrical-coordinate representation of color #1231AF: hue angle of 228.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1231AF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 49 | 175 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.31 |
| HSL | 228.15º | 0.81% | 0.38% | - |
| HSV(B) | 228.15º | 0.9% | 0.69% | - |
| XYZ | 9.09 | 5.42 | 41.12 | - |
| YUV | 54.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 175 | 0.90 | 0.72 | 0 | 0.31 | 228.15 | 0.81 | 0.38 |
| Hex | 12 | 31 | AF | 5A | 48 | 0 | 1F | E4 | 51 | 26 |
| Octal | 22 | 61 | 257 | 132 | 110 | 0 | 37 | 344 | 121 | 46 |
| Binary | 10010 | 110001 | 10101111 | 1011010 | 1001000 | 0 | 11111 | 11100100 | 1010001 | 100110 |
Color Harmonies of #1231AF
Complementary color
Monochromatic Colors of #1231AF
Black with #1231AF
Text Example
Text Example
White with #1231AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231AF; }
p { color: rgb(18,49,175); }
H1.HeaderClassName
{
color: #1231AF;
}
.AnyTagClassName
{
color: #1231AF;
}
</style>
background-color css
<style>
a { background-color: #1231AF; }
a { background-color: rgb(18,49,175); }
div.DivClassName
{
background-color: #1231AF;
}
.BgClassName
{
background-color: #1231AF;
}
</style>
border-color css
<style>
span { border-color: #1231AF; }
span { border-color: rgb(18,49,175); }
td.TdClassName
{
border-color: #1231AF;
}
.TagClassName
{
border-color: #1231AF;
}
</style>