Shades of Egyptian Blue #1238AF
Tints of Egyptian Blue #1238AF
RGB
CMYK
RGB Variations
Color information
#1238AF (or 0x1238AF) is known color: Egyptian Blue. HEX triplet: 12, 38 and AF. RGB value is (18,56,175). Sum of RGB (Red+Green+Blue) = 18+56+175=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #1238AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1238AF is #EDC750. Grayscale: #393939. Windows color (decimal): -15583057 or 11483154. OLE color: 11483154.
HSL color Cylindrical-coordinate representation of color #1238AF: hue angle of 225.48º 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 #1238AF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 56 | 175 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.31 |
| HSL | 225.48º | 0.81% | 0.38% | - |
| HSV(B) | 225.48º | 0.9% | 0.69% | - |
| XYZ | 9.4 | 6.05 | 41.23 | - |
| YUV | 58.2 | 193.91 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 175 | 0.90 | 0.68 | 0 | 0.31 | 225.48 | 0.81 | 0.38 |
| Hex | 12 | 38 | AF | 5A | 44 | 0 | 1F | E1 | 51 | 26 |
| Octal | 22 | 70 | 257 | 132 | 104 | 0 | 37 | 341 | 121 | 46 |
| Binary | 10010 | 111000 | 10101111 | 1011010 | 1000100 | 0 | 11111 | 11100001 | 1010001 | 100110 |
Color Harmonies of #1238AF
Complementary color
Monochromatic Colors of #1238AF
Black with #1238AF
Text Example
Text Example
White with #1238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1238AF; }
p { color: rgb(18,56,175); }
H1.HeaderClassName
{
color: #1238AF;
}
.AnyTagClassName
{
color: #1238AF;
}
</style>
background-color css
<style>
a { background-color: #1238AF; }
a { background-color: rgb(18,56,175); }
div.DivClassName
{
background-color: #1238AF;
}
.BgClassName
{
background-color: #1238AF;
}
</style>
border-color css
<style>
span { border-color: #1238AF; }
span { border-color: rgb(18,56,175); }
td.TdClassName
{
border-color: #1238AF;
}
.TagClassName
{
border-color: #1238AF;
}
</style>