Shades of Egyptian Blue #1234AF
Tints of Egyptian Blue #1234AF
RGB
CMYK
RGB Variations
Color information
#1234AF (or 0x1234AF) is known color: Egyptian Blue. HEX triplet: 12, 34 and AF. RGB value is (18,52,175). Sum of RGB (Red+Green+Blue) = 18+52+175=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #1234AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1234AF is #EDCB50. Grayscale: #373737. Windows color (decimal): -15584081 or 11482130. OLE color: 11482130.
HSL color Cylindrical-coordinate representation of color #1234AF: hue angle of 227.01º 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 #1234AF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 52 | 175 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.31 |
| HSL | 227.01º | 0.81% | 0.38% | - |
| HSV(B) | 227.01º | 0.9% | 0.69% | - |
| XYZ | 9.22 | 5.68 | 41.17 | - |
| YUV | 55.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 175 | 0.90 | 0.70 | 0 | 0.31 | 227.01 | 0.81 | 0.38 |
| Hex | 12 | 34 | AF | 5A | 46 | 0 | 1F | E3 | 51 | 26 |
| Octal | 22 | 64 | 257 | 132 | 106 | 0 | 37 | 343 | 121 | 46 |
| Binary | 10010 | 110100 | 10101111 | 1011010 | 1000110 | 0 | 11111 | 11100011 | 1010001 | 100110 |
Color Harmonies of #1234AF
Complementary color
Monochromatic Colors of #1234AF
Black with #1234AF
Text Example
Text Example
White with #1234AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234AF; }
p { color: rgb(18,52,175); }
H1.HeaderClassName
{
color: #1234AF;
}
.AnyTagClassName
{
color: #1234AF;
}
</style>
background-color css
<style>
a { background-color: #1234AF; }
a { background-color: rgb(18,52,175); }
div.DivClassName
{
background-color: #1234AF;
}
.BgClassName
{
background-color: #1234AF;
}
</style>
border-color css
<style>
span { border-color: #1234AF; }
span { border-color: rgb(18,52,175); }
td.TdClassName
{
border-color: #1234AF;
}
.TagClassName
{
border-color: #1234AF;
}
</style>