Shades of Egyptian Blue #1243AF
Tints of Egyptian Blue #1243AF
RGB
CMYK
RGB Variations
Color information
#1243AF (or 0x1243AF) is known color: Egyptian Blue. HEX triplet: 12, 43 and AF. RGB value is (18,67,175). Sum of RGB (Red+Green+Blue) = 18+67+175=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #1243AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1243AF is #EDBC50. Grayscale: #404040. Windows color (decimal): -15580241 or 11485970. OLE color: 11485970.
HSL color Cylindrical-coordinate representation of color #1243AF: hue angle of 221.27º 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 #1243AF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 67 | 175 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.31 |
| HSL | 221.27º | 0.81% | 0.38% | - |
| HSV(B) | 221.27º | 0.9% | 0.69% | - |
| XYZ | 9.99 | 7.24 | 41.43 | - |
| YUV | 64.66 | 190.27 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 175 | 0.90 | 0.62 | 0 | 0.31 | 221.27 | 0.81 | 0.38 |
| Hex | 12 | 43 | AF | 5A | 3E | 0 | 1F | DD | 51 | 26 |
| Octal | 22 | 103 | 257 | 132 | 76 | 0 | 37 | 335 | 121 | 46 |
| Binary | 10010 | 1000011 | 10101111 | 1011010 | 111110 | 0 | 11111 | 11011101 | 1010001 | 100110 |
Color Harmonies of #1243AF
Complementary color
Monochromatic Colors of #1243AF
Black with #1243AF
Text Example
Text Example
White with #1243AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243AF; }
p { color: rgb(18,67,175); }
H1.HeaderClassName
{
color: #1243AF;
}
.AnyTagClassName
{
color: #1243AF;
}
</style>
background-color css
<style>
a { background-color: #1243AF; }
a { background-color: rgb(18,67,175); }
div.DivClassName
{
background-color: #1243AF;
}
.BgClassName
{
background-color: #1243AF;
}
</style>
border-color css
<style>
span { border-color: #1243AF; }
span { border-color: rgb(18,67,175); }
td.TdClassName
{
border-color: #1243AF;
}
.TagClassName
{
border-color: #1243AF;
}
</style>