Shades of Egyptian Blue #1227AF
Tints of Egyptian Blue #1227AF
RGB
CMYK
RGB Variations
Color information
#1227AF (or 0x1227AF) is known color: Egyptian Blue. HEX triplet: 12, 27 and AF. RGB value is (18,39,175). Sum of RGB (Red+Green+Blue) = 18+39+175=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #1227AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1227AF is #EDD850. Grayscale: #2F2F2F. Windows color (decimal): -15587409 or 11478802. OLE color: 11478802.
HSL color Cylindrical-coordinate representation of color #1227AF: hue angle of 231.97º 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 #1227AF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 39 | 175 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.31 |
| HSL | 231.97º | 0.81% | 0.38% | - |
| HSV(B) | 231.97º | 0.9% | 0.69% | - |
| XYZ | 8.71 | 4.67 | 41 | - |
| YUV | 48.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 175 | 0.90 | 0.78 | 0 | 0.31 | 231.97 | 0.81 | 0.38 |
| Hex | 12 | 27 | AF | 5A | 4E | 0 | 1F | E8 | 51 | 26 |
| Octal | 22 | 47 | 257 | 132 | 116 | 0 | 37 | 350 | 121 | 46 |
| Binary | 10010 | 100111 | 10101111 | 1011010 | 1001110 | 0 | 11111 | 11101000 | 1010001 | 100110 |
Color Harmonies of #1227AF
Complementary color
Monochromatic Colors of #1227AF
Black with #1227AF
Text Example
Text Example
White with #1227AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1227AF; }
p { color: rgb(18,39,175); }
H1.HeaderClassName
{
color: #1227AF;
}
.AnyTagClassName
{
color: #1227AF;
}
</style>
background-color css
<style>
a { background-color: #1227AF; }
a { background-color: rgb(18,39,175); }
div.DivClassName
{
background-color: #1227AF;
}
.BgClassName
{
background-color: #1227AF;
}
</style>
border-color css
<style>
span { border-color: #1227AF; }
span { border-color: rgb(18,39,175); }
td.TdClassName
{
border-color: #1227AF;
}
.TagClassName
{
border-color: #1227AF;
}
</style>