Shades of Egyptian Blue #123FAA
Tints of Egyptian Blue #123FAA
RGB
CMYK
RGB Variations
Color information
#123FAA (or 0x123FAA) is known color: Egyptian Blue. HEX triplet: 12, 3F and AA. RGB value is (18,63,170). Sum of RGB (Red+Green+Blue) = 18+63+170=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #123FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FAA is #EDC055. Grayscale: #3D3D3D. Windows color (decimal): -15581270 or 11157266. OLE color: 11157266.
HSL color Cylindrical-coordinate representation of color #123FAA: hue angle of 222.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123FAA is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 63 | 170 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.33 |
| HSL | 222.24º | 0.81% | 0.37% | - |
| HSV(B) | 222.24º | 0.89% | 0.67% | - |
| XYZ | 9.28 | 6.59 | 38.81 | - |
| YUV | 61.74 | 189.09 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 170 | 0.89 | 0.63 | 0 | 0.33 | 222.24 | 0.81 | 0.37 |
| Hex | 12 | 3F | AA | 59 | 3F | 0 | 21 | DE | 51 | 25 |
| Octal | 22 | 77 | 252 | 131 | 77 | 0 | 41 | 336 | 121 | 45 |
| Binary | 10010 | 111111 | 10101010 | 1011001 | 111111 | 0 | 100001 | 11011110 | 1010001 | 100101 |
Color Harmonies of #123FAA
Complementary color
Monochromatic Colors of #123FAA
Black with #123FAA
Text Example
Text Example
White with #123FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FAA; }
p { color: rgb(18,63,170); }
H1.HeaderClassName
{
color: #123FAA;
}
.AnyTagClassName
{
color: #123FAA;
}
</style>
background-color css
<style>
a { background-color: #123FAA; }
a { background-color: rgb(18,63,170); }
div.DivClassName
{
background-color: #123FAA;
}
.BgClassName
{
background-color: #123FAA;
}
</style>
border-color css
<style>
span { border-color: #123FAA; }
span { border-color: rgb(18,63,170); }
td.TdClassName
{
border-color: #123FAA;
}
.TagClassName
{
border-color: #123FAA;
}
</style>