Shades of Egyptian Blue #123F9F
Tints of Egyptian Blue #123F9F
RGB
CMYK
RGB Variations
Color information
#123F9F (or 0x123F9F) is known color: Egyptian Blue. HEX triplet: 12, 3F and 9F. RGB value is (18,63,159). Sum of RGB (Red+Green+Blue) = 18+63+159=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #123F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F9F is #EDC060. Grayscale: #3C3C3C. Windows color (decimal): -15581281 or 10436370. OLE color: 10436370.
HSL color Cylindrical-coordinate representation of color #123F9F: hue angle of 220.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123F9F is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 63 | 159 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.38 |
| HSL | 220.85º | 0.8% | 0.35% | - |
| HSV(B) | 220.85º | 0.89% | 0.62% | - |
| XYZ | 8.28 | 6.19 | 33.56 | - |
| YUV | 60.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 159 | 0.89 | 0.60 | 0 | 0.38 | 220.85 | 0.8 | 0.35 |
| Hex | 12 | 3F | 9F | 59 | 3C | 0 | 26 | DD | 50 | 23 |
| Octal | 22 | 77 | 237 | 131 | 74 | 0 | 46 | 335 | 120 | 43 |
| Binary | 10010 | 111111 | 10011111 | 1011001 | 111100 | 0 | 100110 | 11011101 | 1010000 | 100011 |
Color Harmonies of #123F9F
Complementary color
Monochromatic Colors of #123F9F
Black with #123F9F
Text Example
Text Example
White with #123F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F9F; }
p { color: rgb(18,63,159); }
H1.HeaderClassName
{
color: #123F9F;
}
.AnyTagClassName
{
color: #123F9F;
}
</style>
background-color css
<style>
a { background-color: #123F9F; }
a { background-color: rgb(18,63,159); }
div.DivClassName
{
background-color: #123F9F;
}
.BgClassName
{
background-color: #123F9F;
}
</style>
border-color css
<style>
span { border-color: #123F9F; }
span { border-color: rgb(18,63,159); }
td.TdClassName
{
border-color: #123F9F;
}
.TagClassName
{
border-color: #123F9F;
}
</style>