Shades of Egyptian Blue #12279C
Tints of Egyptian Blue #12279C
RGB
CMYK
RGB Variations
Color information
#12279C (or 0x12279C) is known color: Egyptian Blue. HEX triplet: 12, 27 and 9C. RGB value is (18,39,156). Sum of RGB (Red+Green+Blue) = 18+39+156=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #12279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12279C is #EDD863. Grayscale: #2D2D2D. Windows color (decimal): -15587428 or 10233618. OLE color: 10233618.
HSL color Cylindrical-coordinate representation of color #12279C: hue angle of 230.87º 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 #12279C is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 39 | 156 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.39 |
| HSL | 230.87º | 0.79% | 0.34% | - |
| HSV(B) | 230.87º | 0.88% | 0.61% | - |
| XYZ | 6.98 | 3.98 | 31.85 | - |
| YUV | 46.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 156 | 0.88 | 0.75 | 0 | 0.39 | 230.87 | 0.79 | 0.34 |
| Hex | 12 | 27 | 9C | 58 | 4B | 0 | 27 | E7 | 4F | 22 |
| Octal | 22 | 47 | 234 | 130 | 113 | 0 | 47 | 347 | 117 | 42 |
| Binary | 10010 | 100111 | 10011100 | 1011000 | 1001011 | 0 | 100111 | 11100111 | 1001111 | 100010 |
Color Harmonies of #12279C
Complementary color
Monochromatic Colors of #12279C
Black with #12279C
Text Example
Text Example
White with #12279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12279C; }
p { color: rgb(18,39,156); }
H1.HeaderClassName
{
color: #12279C;
}
.AnyTagClassName
{
color: #12279C;
}
</style>
background-color css
<style>
a { background-color: #12279C; }
a { background-color: rgb(18,39,156); }
div.DivClassName
{
background-color: #12279C;
}
.BgClassName
{
background-color: #12279C;
}
</style>
border-color css
<style>
span { border-color: #12279C; }
span { border-color: rgb(18,39,156); }
td.TdClassName
{
border-color: #12279C;
}
.TagClassName
{
border-color: #12279C;
}
</style>