Shades of Allports #12737B
Tints of Allports #12737B
RGB
CMYK
RGB Variations
Color information
#12737B (or 0x12737B) is known color: Allports. HEX triplet: 12, 73 and 7B. RGB value is (18,115,123). Sum of RGB (Red+Green+Blue) = 18+115+123=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #12737B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12737B is #ED8C84. Grayscale: #565656. Windows color (decimal): -15568005 or 8090386. OLE color: 8090386.
HSL color Cylindrical-coordinate representation of color #12737B: hue angle of 184.57º 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 #12737B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 115 | 123 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.52 |
| HSL | 184.57º | 0.74% | 0.28% | - |
| HSV(B) | 184.57º | 0.85% | 0.48% | - |
| XYZ | 9.96 | 13.82 | 20.88 | - |
| YUV | 86.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 123 | 0.85 | 0.07 | 0 | 0.52 | 184.57 | 0.74 | 0.28 |
| Hex | 12 | 73 | 7B | 55 | 7 | 0 | 34 | B9 | 4A | 1C |
| Octal | 22 | 163 | 173 | 125 | 7 | 0 | 64 | 271 | 112 | 34 |
| Binary | 10010 | 1110011 | 1111011 | 1010101 | 111 | 0 | 110100 | 10111001 | 1001010 | 11100 |
Color Harmonies of #12737B
Complementary color
Monochromatic Colors of #12737B
Black with #12737B
Text Example
Text Example
White with #12737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12737B; }
p { color: rgb(18,115,123); }
H1.HeaderClassName
{
color: #12737B;
}
.AnyTagClassName
{
color: #12737B;
}
</style>
background-color css
<style>
a { background-color: #12737B; }
a { background-color: rgb(18,115,123); }
div.DivClassName
{
background-color: #12737B;
}
.BgClassName
{
background-color: #12737B;
}
</style>
border-color css
<style>
span { border-color: #12737B; }
span { border-color: rgb(18,115,123); }
td.TdClassName
{
border-color: #12737B;
}
.TagClassName
{
border-color: #12737B;
}
</style>