Shades of Allports #12607B
Tints of Allports #12607B
RGB
CMYK
RGB Variations
Color information
#12607B (or 0x12607B) is known color: Allports. HEX triplet: 12, 60 and 7B. RGB value is (18,96,123). Sum of RGB (Red+Green+Blue) = 18+96+123=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #12607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12607B is #ED9F84. Grayscale: #4B4B4B. Windows color (decimal): -15572869 or 8085522. OLE color: 8085522.
HSL color Cylindrical-coordinate representation of color #12607B: hue angle of 195.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12607B is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 96 | 123 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.52 |
| HSL | 195.43º | 0.74% | 0.28% | - |
| HSV(B) | 195.43º | 0.85% | 0.48% | - |
| XYZ | 8.01 | 9.92 | 20.23 | - |
| YUV | 75.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 123 | 0.85 | 0.22 | 0 | 0.52 | 195.43 | 0.74 | 0.28 |
| Hex | 12 | 60 | 7B | 55 | 16 | 0 | 34 | C3 | 4A | 1C |
| Octal | 22 | 140 | 173 | 125 | 26 | 0 | 64 | 303 | 112 | 34 |
| Binary | 10010 | 1100000 | 1111011 | 1010101 | 10110 | 0 | 110100 | 11000011 | 1001010 | 11100 |
Color Harmonies of #12607B
Complementary color
Monochromatic Colors of #12607B
Black with #12607B
Text Example
Text Example
White with #12607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12607B; }
p { color: rgb(18,96,123); }
H1.HeaderClassName
{
color: #12607B;
}
.AnyTagClassName
{
color: #12607B;
}
</style>
background-color css
<style>
a { background-color: #12607B; }
a { background-color: rgb(18,96,123); }
div.DivClassName
{
background-color: #12607B;
}
.BgClassName
{
background-color: #12607B;
}
</style>
border-color css
<style>
span { border-color: #12607B; }
span { border-color: rgb(18,96,123); }
td.TdClassName
{
border-color: #12607B;
}
.TagClassName
{
border-color: #12607B;
}
</style>