Shades of Egyptian Blue #12359D
Tints of Egyptian Blue #12359D
RGB
CMYK
RGB Variations
Color information
#12359D (or 0x12359D) is known color: Egyptian Blue. HEX triplet: 12, 35 and 9D. RGB value is (18,53,157). Sum of RGB (Red+Green+Blue) = 18+53+157=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #12359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12359D is #EDCA62. Grayscale: #353535. Windows color (decimal): -15583843 or 10302738. OLE color: 10302738.
HSL color Cylindrical-coordinate representation of color #12359D: hue angle of 224.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12359D is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 53 | 157 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.38 |
| HSL | 224.89º | 0.79% | 0.34% | - |
| HSV(B) | 224.89º | 0.89% | 0.62% | - |
| XYZ | 7.61 | 5.11 | 32.48 | - |
| YUV | 54.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 157 | 0.89 | 0.66 | 0 | 0.38 | 224.89 | 0.79 | 0.34 |
| Hex | 12 | 35 | 9D | 59 | 42 | 0 | 26 | E1 | 4F | 22 |
| Octal | 22 | 65 | 235 | 131 | 102 | 0 | 46 | 341 | 117 | 42 |
| Binary | 10010 | 110101 | 10011101 | 1011001 | 1000010 | 0 | 100110 | 11100001 | 1001111 | 100010 |
Color Harmonies of #12359D
Complementary color
Monochromatic Colors of #12359D
Black with #12359D
Text Example
Text Example
White with #12359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12359D; }
p { color: rgb(18,53,157); }
H1.HeaderClassName
{
color: #12359D;
}
.AnyTagClassName
{
color: #12359D;
}
</style>
background-color css
<style>
a { background-color: #12359D; }
a { background-color: rgb(18,53,157); }
div.DivClassName
{
background-color: #12359D;
}
.BgClassName
{
background-color: #12359D;
}
</style>
border-color css
<style>
span { border-color: #12359D; }
span { border-color: rgb(18,53,157); }
td.TdClassName
{
border-color: #12359D;
}
.TagClassName
{
border-color: #12359D;
}
</style>