Shades of Egyptian Blue #1235AF
Tints of Egyptian Blue #1235AF
RGB
CMYK
RGB Variations
Color information
#1235AF (or 0x1235AF) is known color: Egyptian Blue. HEX triplet: 12, 35 and AF. RGB value is (18,53,175). Sum of RGB (Red+Green+Blue) = 18+53+175=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #1235AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1235AF is #EDCA50. Grayscale: #373737. Windows color (decimal): -15583825 or 11482386. OLE color: 11482386.
HSL color Cylindrical-coordinate representation of color #1235AF: hue angle of 226.62º 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 #1235AF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 53 | 175 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.31 |
| HSL | 226.62º | 0.81% | 0.38% | - |
| HSV(B) | 226.62º | 0.9% | 0.69% | - |
| XYZ | 9.26 | 5.77 | 41.18 | - |
| YUV | 56.44 | 194.9 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 175 | 0.90 | 0.70 | 0 | 0.31 | 226.62 | 0.81 | 0.38 |
| Hex | 12 | 35 | AF | 5A | 46 | 0 | 1F | E3 | 51 | 26 |
| Octal | 22 | 65 | 257 | 132 | 106 | 0 | 37 | 343 | 121 | 46 |
| Binary | 10010 | 110101 | 10101111 | 1011010 | 1000110 | 0 | 11111 | 11100011 | 1010001 | 100110 |
Color Harmonies of #1235AF
Complementary color
Monochromatic Colors of #1235AF
Black with #1235AF
Text Example
Text Example
White with #1235AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235AF; }
p { color: rgb(18,53,175); }
H1.HeaderClassName
{
color: #1235AF;
}
.AnyTagClassName
{
color: #1235AF;
}
</style>
background-color css
<style>
a { background-color: #1235AF; }
a { background-color: rgb(18,53,175); }
div.DivClassName
{
background-color: #1235AF;
}
.BgClassName
{
background-color: #1235AF;
}
</style>
border-color css
<style>
span { border-color: #1235AF; }
span { border-color: rgb(18,53,175); }
td.TdClassName
{
border-color: #1235AF;
}
.TagClassName
{
border-color: #1235AF;
}
</style>