Shades of Egyptian Blue #1223AF
Tints of Egyptian Blue #1223AF
RGB
CMYK
RGB Variations
Color information
#1223AF (or 0x1223AF) is known color: Egyptian Blue. HEX triplet: 12, 23 and AF. RGB value is (18,35,175). Sum of RGB (Red+Green+Blue) = 18+35+175=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #1223AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1223AF is #EDDC50. Grayscale: #2D2D2D. Windows color (decimal): -15588433 or 11477778. OLE color: 11477778.
HSL color Cylindrical-coordinate representation of color #1223AF: hue angle of 233.5º 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 #1223AF is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 35 | 175 | - |
| CMYK | 0.90 | 0.8 | 0 | 0.31 |
| HSL | 233.5º | 0.81% | 0.38% | - |
| HSV(B) | 233.5º | 0.9% | 0.69% | - |
| XYZ | 8.59 | 4.43 | 40.96 | - |
| YUV | 45.88 | 200.87 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 175 | 0.90 | 0.8 | 0 | 0.31 | 233.5 | 0.81 | 0.38 |
| Hex | 12 | 23 | AF | 5A | 50 | 0 | 1F | EA | 51 | 26 |
| Octal | 22 | 43 | 257 | 132 | 120 | 0 | 37 | 352 | 121 | 46 |
| Binary | 10010 | 100011 | 10101111 | 1011010 | 1010000 | 0 | 11111 | 11101010 | 1010001 | 100110 |
Color Harmonies of #1223AF
Complementary color
Monochromatic Colors of #1223AF
Black with #1223AF
Text Example
Text Example
White with #1223AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1223AF; }
p { color: rgb(18,35,175); }
H1.HeaderClassName
{
color: #1223AF;
}
.AnyTagClassName
{
color: #1223AF;
}
</style>
background-color css
<style>
a { background-color: #1223AF; }
a { background-color: rgb(18,35,175); }
div.DivClassName
{
background-color: #1223AF;
}
.BgClassName
{
background-color: #1223AF;
}
</style>
border-color css
<style>
span { border-color: #1223AF; }
span { border-color: rgb(18,35,175); }
td.TdClassName
{
border-color: #1223AF;
}
.TagClassName
{
border-color: #1223AF;
}
</style>