Shades of Egyptian Blue #123DAB
Tints of Egyptian Blue #123DAB
RGB
CMYK
RGB Variations
Color information
#123DAB (or 0x123DAB) is known color: Egyptian Blue. HEX triplet: 12, 3D and AB. RGB value is (18,61,171). Sum of RGB (Red+Green+Blue) = 18+61+171=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #123DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DAB is #EDC254. Grayscale: #3C3C3C. Windows color (decimal): -15581781 or 11222290. OLE color: 11222290.
HSL color Cylindrical-coordinate representation of color #123DAB: hue angle of 223.14º 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 #123DAB is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 61 | 171 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.33 |
| HSL | 223.14º | 0.81% | 0.37% | - |
| HSV(B) | 223.14º | 0.89% | 0.67% | - |
| XYZ | 9.27 | 6.41 | 39.28 | - |
| YUV | 60.68 | 190.25 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 171 | 0.89 | 0.64 | 0 | 0.33 | 223.14 | 0.81 | 0.37 |
| Hex | 12 | 3D | AB | 59 | 40 | 0 | 21 | DF | 51 | 25 |
| Octal | 22 | 75 | 253 | 131 | 100 | 0 | 41 | 337 | 121 | 45 |
| Binary | 10010 | 111101 | 10101011 | 1011001 | 1000000 | 0 | 100001 | 11011111 | 1010001 | 100101 |
Color Harmonies of #123DAB
Complementary color
Monochromatic Colors of #123DAB
Black with #123DAB
Text Example
Text Example
White with #123DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DAB; }
p { color: rgb(18,61,171); }
H1.HeaderClassName
{
color: #123DAB;
}
.AnyTagClassName
{
color: #123DAB;
}
</style>
background-color css
<style>
a { background-color: #123DAB; }
a { background-color: rgb(18,61,171); }
div.DivClassName
{
background-color: #123DAB;
}
.BgClassName
{
background-color: #123DAB;
}
</style>
border-color css
<style>
span { border-color: #123DAB; }
span { border-color: rgb(18,61,171); }
td.TdClassName
{
border-color: #123DAB;
}
.TagClassName
{
border-color: #123DAB;
}
</style>