Shades of Allports #12658A
Tints of Allports #12658A
RGB
CMYK
RGB Variations
Color information
#12658A (or 0x12658A) is known color: Allports. HEX triplet: 12, 65 and 8A. RGB value is (18,101,138). Sum of RGB (Red+Green+Blue) = 18+101+138=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #12658A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12658A is #ED9A75. Grayscale: #505050. Windows color (decimal): -15571574 or 9069842. OLE color: 9069842.
HSL color Cylindrical-coordinate representation of color #12658A: hue angle of 198.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12658A is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 101 | 138 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.46 |
| HSL | 198.5º | 0.77% | 0.31% | - |
| HSV(B) | 198.5º | 0.87% | 0.54% | - |
| XYZ | 9.49 | 11.27 | 25.72 | - |
| YUV | 80.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 138 | 0.87 | 0.27 | 0 | 0.46 | 198.5 | 0.77 | 0.31 |
| Hex | 12 | 65 | 8A | 57 | 1B | 0 | 2E | C6 | 4D | 1F |
| Octal | 22 | 145 | 212 | 127 | 33 | 0 | 56 | 306 | 115 | 37 |
| Binary | 10010 | 1100101 | 10001010 | 1010111 | 11011 | 0 | 101110 | 11000110 | 1001101 | 11111 |
Color Harmonies of #12658A
Complementary color
Monochromatic Colors of #12658A
Black with #12658A
Text Example
Text Example
White with #12658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12658A; }
p { color: rgb(18,101,138); }
H1.HeaderClassName
{
color: #12658A;
}
.AnyTagClassName
{
color: #12658A;
}
</style>
background-color css
<style>
a { background-color: #12658A; }
a { background-color: rgb(18,101,138); }
div.DivClassName
{
background-color: #12658A;
}
.BgClassName
{
background-color: #12658A;
}
</style>
border-color css
<style>
span { border-color: #12658A; }
span { border-color: rgb(18,101,138); }
td.TdClassName
{
border-color: #12658A;
}
.TagClassName
{
border-color: #12658A;
}
</style>