Shades of Cyprus #12464D
Tints of Cyprus #12464D
RGB
CMYK
RGB Variations
Color information
#12464D (or 0x12464D) is known color: Cyprus. HEX triplet: 12, 46 and 4D. RGB value is (18,70,77). Sum of RGB (Red+Green+Blue) = 18+70+77=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #12464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12464D is #EDB9B2. Grayscale: #373737. Windows color (decimal): -15579571 or 5064210. OLE color: 5064210.
HSL color Cylindrical-coordinate representation of color #12464D: hue angle of 187.12º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12464D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 70 | 77 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.70 |
| HSL | 187.12º | 0.62% | 0.19% | - |
| HSV(B) | 187.12º | 0.77% | 0.3% | - |
| XYZ | 3.78 | 5.04 | 7.8 | - |
| YUV | 55.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 77 | 0.77 | 0.09 | 0 | 0.70 | 187.12 | 0.62 | 0.19 |
| Hex | 12 | 46 | 4D | 4D | 9 | 0 | 46 | BB | 3E | 13 |
| Octal | 22 | 106 | 115 | 115 | 11 | 0 | 106 | 273 | 76 | 23 |
| Binary | 10010 | 1000110 | 1001101 | 1001101 | 1001 | 0 | 1000110 | 10111011 | 111110 | 10011 |
Color Harmonies of #12464D
Complementary color
Monochromatic Colors of #12464D
Black with #12464D
Text Example
Text Example
White with #12464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12464D; }
p { color: rgb(18,70,77); }
H1.HeaderClassName
{
color: #12464D;
}
.AnyTagClassName
{
color: #12464D;
}
</style>
background-color css
<style>
a { background-color: #12464D; }
a { background-color: rgb(18,70,77); }
div.DivClassName
{
background-color: #12464D;
}
.BgClassName
{
background-color: #12464D;
}
</style>
border-color css
<style>
span { border-color: #12464D; }
span { border-color: rgb(18,70,77); }
td.TdClassName
{
border-color: #12464D;
}
.TagClassName
{
border-color: #12464D;
}
</style>