Shades of Allports #12698B
Tints of Allports #12698B
RGB
CMYK
RGB Variations
Color information
#12698B (or 0x12698B) is known color: Allports. HEX triplet: 12, 69 and 8B. RGB value is (18,105,139). Sum of RGB (Red+Green+Blue) = 18+105+139=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #12698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12698B is #ED9674. Grayscale: #525252. Windows color (decimal): -15570549 or 9136402. OLE color: 9136402.
HSL color Cylindrical-coordinate representation of color #12698B: hue angle of 196.86º 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 #12698B is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 105 | 139 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.45 |
| HSL | 196.86º | 0.77% | 0.31% | - |
| HSV(B) | 196.86º | 0.87% | 0.55% | - |
| XYZ | 9.96 | 12.1 | 26.24 | - |
| YUV | 82.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 139 | 0.87 | 0.24 | 0 | 0.45 | 196.86 | 0.77 | 0.31 |
| Hex | 12 | 69 | 8B | 57 | 18 | 0 | 2D | C5 | 4D | 1F |
| Octal | 22 | 151 | 213 | 127 | 30 | 0 | 55 | 305 | 115 | 37 |
| Binary | 10010 | 1101001 | 10001011 | 1010111 | 11000 | 0 | 101101 | 11000101 | 1001101 | 11111 |
Color Harmonies of #12698B
Complementary color
Monochromatic Colors of #12698B
Black with #12698B
Text Example
Text Example
White with #12698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12698B; }
p { color: rgb(18,105,139); }
H1.HeaderClassName
{
color: #12698B;
}
.AnyTagClassName
{
color: #12698B;
}
</style>
background-color css
<style>
a { background-color: #12698B; }
a { background-color: rgb(18,105,139); }
div.DivClassName
{
background-color: #12698B;
}
.BgClassName
{
background-color: #12698B;
}
</style>
border-color css
<style>
span { border-color: #12698B; }
span { border-color: rgb(18,105,139); }
td.TdClassName
{
border-color: #12698B;
}
.TagClassName
{
border-color: #12698B;
}
</style>