Shades of Egyptian Blue #12359B
Tints of Egyptian Blue #12359B
RGB
CMYK
RGB Variations
Color information
#12359B (or 0x12359B) is known color: Egyptian Blue. HEX triplet: 12, 35 and 9B. RGB value is (18,53,155). Sum of RGB (Red+Green+Blue) = 18+53+155=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #12359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12359B is #EDCA64. Grayscale: #353535. Windows color (decimal): -15583845 or 10171666. OLE color: 10171666.
HSL color Cylindrical-coordinate representation of color #12359B: hue angle of 224.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12359B is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 53 | 155 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.39 |
| HSL | 224.67º | 0.79% | 0.34% | - |
| HSV(B) | 224.67º | 0.88% | 0.61% | - |
| XYZ | 7.44 | 5.04 | 31.59 | - |
| YUV | 54.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 155 | 0.88 | 0.66 | 0 | 0.39 | 224.67 | 0.79 | 0.34 |
| Hex | 12 | 35 | 9B | 58 | 42 | 0 | 27 | E1 | 4F | 22 |
| Octal | 22 | 65 | 233 | 130 | 102 | 0 | 47 | 341 | 117 | 42 |
| Binary | 10010 | 110101 | 10011011 | 1011000 | 1000010 | 0 | 100111 | 11100001 | 1001111 | 100010 |
Color Harmonies of #12359B
Complementary color
Monochromatic Colors of #12359B
Black with #12359B
Text Example
Text Example
White with #12359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12359B; }
p { color: rgb(18,53,155); }
H1.HeaderClassName
{
color: #12359B;
}
.AnyTagClassName
{
color: #12359B;
}
</style>
background-color css
<style>
a { background-color: #12359B; }
a { background-color: rgb(18,53,155); }
div.DivClassName
{
background-color: #12359B;
}
.BgClassName
{
background-color: #12359B;
}
</style>
border-color css
<style>
span { border-color: #12359B; }
span { border-color: rgb(18,53,155); }
td.TdClassName
{
border-color: #12359B;
}
.TagClassName
{
border-color: #12359B;
}
</style>