Shades of Egyptian Blue #12369F
Tints of Egyptian Blue #12369F
RGB
CMYK
RGB Variations
Color information
#12369F (or 0x12369F) is known color: Egyptian Blue. HEX triplet: 12, 36 and 9F. RGB value is (18,54,159). Sum of RGB (Red+Green+Blue) = 18+54+159=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #12369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12369F is #EDC960. Grayscale: #363636. Windows color (decimal): -15583585 or 10434066. OLE color: 10434066.
HSL color Cylindrical-coordinate representation of color #12369F: hue angle of 224.68º 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 #12369F is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 54 | 159 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.38 |
| HSL | 224.68º | 0.8% | 0.35% | - |
| HSV(B) | 224.68º | 0.89% | 0.62% | - |
| XYZ | 7.83 | 5.27 | 33.41 | - |
| YUV | 55.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 159 | 0.89 | 0.66 | 0 | 0.38 | 224.68 | 0.8 | 0.35 |
| Hex | 12 | 36 | 9F | 59 | 42 | 0 | 26 | E1 | 50 | 23 |
| Octal | 22 | 66 | 237 | 131 | 102 | 0 | 46 | 341 | 120 | 43 |
| Binary | 10010 | 110110 | 10011111 | 1011001 | 1000010 | 0 | 100110 | 11100001 | 1010000 | 100011 |
Color Harmonies of #12369F
Complementary color
Monochromatic Colors of #12369F
Black with #12369F
Text Example
Text Example
White with #12369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12369F; }
p { color: rgb(18,54,159); }
H1.HeaderClassName
{
color: #12369F;
}
.AnyTagClassName
{
color: #12369F;
}
</style>
background-color css
<style>
a { background-color: #12369F; }
a { background-color: rgb(18,54,159); }
div.DivClassName
{
background-color: #12369F;
}
.BgClassName
{
background-color: #12369F;
}
</style>
border-color css
<style>
span { border-color: #12369F; }
span { border-color: rgb(18,54,159); }
td.TdClassName
{
border-color: #12369F;
}
.TagClassName
{
border-color: #12369F;
}
</style>