Shades of Allports #12607E
Tints of Allports #12607E
RGB
CMYK
RGB Variations
Color information
#12607E (or 0x12607E) is known color: Allports. HEX triplet: 12, 60 and 7E. RGB value is (18,96,126). Sum of RGB (Red+Green+Blue) = 18+96+126=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #12607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12607E is #ED9F81. Grayscale: #4B4B4B. Windows color (decimal): -15572866 or 8282130. OLE color: 8282130.
HSL color Cylindrical-coordinate representation of color #12607E: hue angle of 196.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12607E is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 96 | 126 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.51 |
| HSL | 196.67º | 0.75% | 0.28% | - |
| HSV(B) | 196.67º | 0.86% | 0.49% | - |
| XYZ | 8.2 | 10 | 21.24 | - |
| YUV | 76.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 126 | 0.86 | 0.24 | 0 | 0.51 | 196.67 | 0.75 | 0.28 |
| Hex | 12 | 60 | 7E | 56 | 18 | 0 | 33 | C5 | 4B | 1C |
| Octal | 22 | 140 | 176 | 126 | 30 | 0 | 63 | 305 | 113 | 34 |
| Binary | 10010 | 1100000 | 1111110 | 1010110 | 11000 | 0 | 110011 | 11000101 | 1001011 | 11100 |
Color Harmonies of #12607E
Complementary color
Monochromatic Colors of #12607E
Black with #12607E
Text Example
Text Example
White with #12607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12607E; }
p { color: rgb(18,96,126); }
H1.HeaderClassName
{
color: #12607E;
}
.AnyTagClassName
{
color: #12607E;
}
</style>
background-color css
<style>
a { background-color: #12607E; }
a { background-color: rgb(18,96,126); }
div.DivClassName
{
background-color: #12607E;
}
.BgClassName
{
background-color: #12607E;
}
</style>
border-color css
<style>
span { border-color: #12607E; }
span { border-color: rgb(18,96,126); }
td.TdClassName
{
border-color: #12607E;
}
.TagClassName
{
border-color: #12607E;
}
</style>