Shades of Cyprus #12474F
Tints of Cyprus #12474F
RGB
CMYK
RGB Variations
Color information
#12474F (or 0x12474F) is known color: Cyprus. HEX triplet: 12, 47 and 4F. RGB value is (18,71,79). Sum of RGB (Red+Green+Blue) = 18+71+79=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #12474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12474F is #EDB8B0. Grayscale: #373737. Windows color (decimal): -15579313 or 5195538. OLE color: 5195538.
HSL color Cylindrical-coordinate representation of color #12474F: hue angle of 187.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12474F is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 71 | 79 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.69 |
| HSL | 187.87º | 0.63% | 0.19% | - |
| HSV(B) | 187.87º | 0.77% | 0.31% | - |
| XYZ | 3.91 | 5.2 | 8.19 | - |
| YUV | 56.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 79 | 0.77 | 0.10 | 0 | 0.69 | 187.87 | 0.63 | 0.19 |
| Hex | 12 | 47 | 4F | 4D | A | 0 | 45 | BC | 3F | 13 |
| Octal | 22 | 107 | 117 | 115 | 12 | 0 | 105 | 274 | 77 | 23 |
| Binary | 10010 | 1000111 | 1001111 | 1001101 | 1010 | 0 | 1000101 | 10111100 | 111111 | 10011 |
Color Harmonies of #12474F
Complementary color
Monochromatic Colors of #12474F
Black with #12474F
Text Example
Text Example
White with #12474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12474F; }
p { color: rgb(18,71,79); }
H1.HeaderClassName
{
color: #12474F;
}
.AnyTagClassName
{
color: #12474F;
}
</style>
background-color css
<style>
a { background-color: #12474F; }
a { background-color: rgb(18,71,79); }
div.DivClassName
{
background-color: #12474F;
}
.BgClassName
{
background-color: #12474F;
}
</style>
border-color css
<style>
span { border-color: #12474F; }
span { border-color: rgb(18,71,79); }
td.TdClassName
{
border-color: #12474F;
}
.TagClassName
{
border-color: #12474F;
}
</style>