Shades of Allports #12607A
Tints of Allports #12607A
RGB
CMYK
RGB Variations
Color information
#12607A (or 0x12607A) is known color: Allports. HEX triplet: 12, 60 and 7A. RGB value is (18,96,122). Sum of RGB (Red+Green+Blue) = 18+96+122=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #12607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12607A is #ED9F85. Grayscale: #4B4B4B. Windows color (decimal): -15572870 or 8019986. OLE color: 8019986.
HSL color Cylindrical-coordinate representation of color #12607A: hue angle of 195º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12607A is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 96 | 122 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.52 |
| HSL | 195º | 0.74% | 0.27% | - |
| HSV(B) | 195º | 0.85% | 0.48% | - |
| XYZ | 7.95 | 9.9 | 19.9 | - |
| YUV | 75.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 122 | 0.85 | 0.21 | 0 | 0.52 | 195 | 0.74 | 0.27 |
| Hex | 12 | 60 | 7A | 55 | 15 | 0 | 34 | C3 | 4A | 1B |
| Octal | 22 | 140 | 172 | 125 | 25 | 0 | 64 | 303 | 112 | 33 |
| Binary | 10010 | 1100000 | 1111010 | 1010101 | 10101 | 0 | 110100 | 11000011 | 1001010 | 11011 |
Color Harmonies of #12607A
Complementary color
Monochromatic Colors of #12607A
Black with #12607A
Text Example
Text Example
White with #12607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12607A; }
p { color: rgb(18,96,122); }
H1.HeaderClassName
{
color: #12607A;
}
.AnyTagClassName
{
color: #12607A;
}
</style>
background-color css
<style>
a { background-color: #12607A; }
a { background-color: rgb(18,96,122); }
div.DivClassName
{
background-color: #12607A;
}
.BgClassName
{
background-color: #12607A;
}
</style>
border-color css
<style>
span { border-color: #12607A; }
span { border-color: rgb(18,96,122); }
td.TdClassName
{
border-color: #12607A;
}
.TagClassName
{
border-color: #12607A;
}
</style>