Shades of Allports #12627F
Tints of Allports #12627F
RGB
CMYK
RGB Variations
Color information
#12627F (or 0x12627F) is known color: Allports. HEX triplet: 12, 62 and 7F. RGB value is (18,98,127). Sum of RGB (Red+Green+Blue) = 18+98+127=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #12627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12627F is #ED9D80. Grayscale: #4D4D4D. Windows color (decimal): -15572353 or 8348178. OLE color: 8348178.
HSL color Cylindrical-coordinate representation of color #12627F: hue angle of 195.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12627F is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 98 | 127 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.50 |
| HSL | 195.96º | 0.75% | 0.28% | - |
| HSV(B) | 195.96º | 0.86% | 0.5% | - |
| XYZ | 8.45 | 10.4 | 21.64 | - |
| YUV | 77.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 127 | 0.86 | 0.23 | 0 | 0.50 | 195.96 | 0.75 | 0.28 |
| Hex | 12 | 62 | 7F | 56 | 17 | 0 | 32 | C4 | 4B | 1C |
| Octal | 22 | 142 | 177 | 126 | 27 | 0 | 62 | 304 | 113 | 34 |
| Binary | 10010 | 1100010 | 1111111 | 1010110 | 10111 | 0 | 110010 | 11000100 | 1001011 | 11100 |
Color Harmonies of #12627F
Complementary color
Monochromatic Colors of #12627F
Black with #12627F
Text Example
Text Example
White with #12627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12627F; }
p { color: rgb(18,98,127); }
H1.HeaderClassName
{
color: #12627F;
}
.AnyTagClassName
{
color: #12627F;
}
</style>
background-color css
<style>
a { background-color: #12627F; }
a { background-color: rgb(18,98,127); }
div.DivClassName
{
background-color: #12627F;
}
.BgClassName
{
background-color: #12627F;
}
</style>
border-color css
<style>
span { border-color: #12627F; }
span { border-color: rgb(18,98,127); }
td.TdClassName
{
border-color: #12627F;
}
.TagClassName
{
border-color: #12627F;
}
</style>