Shades of Allports #12758E
Tints of Allports #12758E
RGB
CMYK
RGB Variations
Color information
#12758E (or 0x12758E) is known color: Allports. HEX triplet: 12, 75 and 8E. RGB value is (18,117,142). Sum of RGB (Red+Green+Blue) = 18+117+142=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #12758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12758E is #ED8A71. Grayscale: #5A5A5A. Windows color (decimal): -15567474 or 9336082. OLE color: 9336082.
HSL color Cylindrical-coordinate representation of color #12758E: hue angle of 192.1º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12758E is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 117 | 142 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.44 |
| HSL | 192.1º | 0.78% | 0.31% | - |
| HSV(B) | 192.1º | 0.87% | 0.56% | - |
| XYZ | 11.49 | 14.8 | 27.84 | - |
| YUV | 90.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 142 | 0.87 | 0.18 | 0 | 0.44 | 192.1 | 0.78 | 0.31 |
| Hex | 12 | 75 | 8E | 57 | 12 | 0 | 2C | C0 | 4E | 1F |
| Octal | 22 | 165 | 216 | 127 | 22 | 0 | 54 | 300 | 116 | 37 |
| Binary | 10010 | 1110101 | 10001110 | 1010111 | 10010 | 0 | 101100 | 11000000 | 1001110 | 11111 |
Color Harmonies of #12758E
Complementary color
Monochromatic Colors of #12758E
Black with #12758E
Text Example
Text Example
White with #12758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12758E; }
p { color: rgb(18,117,142); }
H1.HeaderClassName
{
color: #12758E;
}
.AnyTagClassName
{
color: #12758E;
}
</style>
background-color css
<style>
a { background-color: #12758E; }
a { background-color: rgb(18,117,142); }
div.DivClassName
{
background-color: #12758E;
}
.BgClassName
{
background-color: #12758E;
}
</style>
border-color css
<style>
span { border-color: #12758E; }
span { border-color: rgb(18,117,142); }
td.TdClassName
{
border-color: #12758E;
}
.TagClassName
{
border-color: #12758E;
}
</style>