Shades of Allports #12738B
Tints of Allports #12738B
RGB
CMYK
RGB Variations
Color information
#12738B (or 0x12738B) is known color: Allports. HEX triplet: 12, 73 and 8B. RGB value is (18,115,139). Sum of RGB (Red+Green+Blue) = 18+115+139=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #12738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12738B is #ED8C74. Grayscale: #585858. Windows color (decimal): -15567989 or 9138962. OLE color: 9138962.
HSL color Cylindrical-coordinate representation of color #12738B: hue angle of 191.9º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12738B is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 115 | 139 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.45 |
| HSL | 191.9º | 0.77% | 0.31% | - |
| HSV(B) | 191.9º | 0.87% | 0.55% | - |
| XYZ | 11.04 | 14.25 | 26.6 | - |
| YUV | 88.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 139 | 0.87 | 0.17 | 0 | 0.45 | 191.9 | 0.77 | 0.31 |
| Hex | 12 | 73 | 8B | 57 | 11 | 0 | 2D | C0 | 4D | 1F |
| Octal | 22 | 163 | 213 | 127 | 21 | 0 | 55 | 300 | 115 | 37 |
| Binary | 10010 | 1110011 | 10001011 | 1010111 | 10001 | 0 | 101101 | 11000000 | 1001101 | 11111 |
Color Harmonies of #12738B
Complementary color
Monochromatic Colors of #12738B
Black with #12738B
Text Example
Text Example
White with #12738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12738B; }
p { color: rgb(18,115,139); }
H1.HeaderClassName
{
color: #12738B;
}
.AnyTagClassName
{
color: #12738B;
}
</style>
background-color css
<style>
a { background-color: #12738B; }
a { background-color: rgb(18,115,139); }
div.DivClassName
{
background-color: #12738B;
}
.BgClassName
{
background-color: #12738B;
}
</style>
border-color css
<style>
span { border-color: #12738B; }
span { border-color: rgb(18,115,139); }
td.TdClassName
{
border-color: #12738B;
}
.TagClassName
{
border-color: #12738B;
}
</style>