Shades of Egyptian Blue #123FA2
Tints of Egyptian Blue #123FA2
RGB
CMYK
RGB Variations
Color information
#123FA2 (or 0x123FA2) is known color: Egyptian Blue. HEX triplet: 12, 3F and A2. RGB value is (18,63,162). Sum of RGB (Red+Green+Blue) = 18+63+162=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #123FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FA2 is #EDC05D. Grayscale: #3C3C3C. Windows color (decimal): -15581278 or 10632978. OLE color: 10632978.
HSL color Cylindrical-coordinate representation of color #123FA2: hue angle of 221.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123FA2 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 63 | 162 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.36 |
| HSL | 221.25º | 0.8% | 0.35% | - |
| HSV(B) | 221.25º | 0.89% | 0.64% | - |
| XYZ | 8.55 | 6.29 | 34.95 | - |
| YUV | 60.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 162 | 0.89 | 0.61 | 0 | 0.36 | 221.25 | 0.8 | 0.35 |
| Hex | 12 | 3F | A2 | 59 | 3D | 0 | 24 | DD | 50 | 23 |
| Octal | 22 | 77 | 242 | 131 | 75 | 0 | 44 | 335 | 120 | 43 |
| Binary | 10010 | 111111 | 10100010 | 1011001 | 111101 | 0 | 100100 | 11011101 | 1010000 | 100011 |
Color Harmonies of #123FA2
Complementary color
Monochromatic Colors of #123FA2
Black with #123FA2
Text Example
Text Example
White with #123FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FA2; }
p { color: rgb(18,63,162); }
H1.HeaderClassName
{
color: #123FA2;
}
.AnyTagClassName
{
color: #123FA2;
}
</style>
background-color css
<style>
a { background-color: #123FA2; }
a { background-color: rgb(18,63,162); }
div.DivClassName
{
background-color: #123FA2;
}
.BgClassName
{
background-color: #123FA2;
}
</style>
border-color css
<style>
span { border-color: #123FA2; }
span { border-color: rgb(18,63,162); }
td.TdClassName
{
border-color: #123FA2;
}
.TagClassName
{
border-color: #123FA2;
}
</style>