Shades of Cyprus #12464B
Tints of Cyprus #12464B
RGB
CMYK
RGB Variations
Color information
#12464B (or 0x12464B) is known color: Cyprus. HEX triplet: 12, 46 and 4B. RGB value is (18,70,75). Sum of RGB (Red+Green+Blue) = 18+70+75=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #12464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12464B is #EDB9B4. Grayscale: #363636. Windows color (decimal): -15579573 or 4933138. OLE color: 4933138.
HSL color Cylindrical-coordinate representation of color #12464B: hue angle of 185.26º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12464B is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 70 | 75 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.71 |
| HSL | 185.26º | 0.61% | 0.18% | - |
| HSV(B) | 185.26º | 0.76% | 0.29% | - |
| XYZ | 3.71 | 5.02 | 7.43 | - |
| YUV | 55.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 75 | 0.76 | 0.07 | 0 | 0.71 | 185.26 | 0.61 | 0.18 |
| Hex | 12 | 46 | 4B | 4C | 7 | 0 | 47 | B9 | 3D | 12 |
| Octal | 22 | 106 | 113 | 114 | 7 | 0 | 107 | 271 | 75 | 22 |
| Binary | 10010 | 1000110 | 1001011 | 1001100 | 111 | 0 | 1000111 | 10111001 | 111101 | 10010 |
Color Harmonies of #12464B
Complementary color
Monochromatic Colors of #12464B
Black with #12464B
Text Example
Text Example
White with #12464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12464B; }
p { color: rgb(18,70,75); }
H1.HeaderClassName
{
color: #12464B;
}
.AnyTagClassName
{
color: #12464B;
}
</style>
background-color css
<style>
a { background-color: #12464B; }
a { background-color: rgb(18,70,75); }
div.DivClassName
{
background-color: #12464B;
}
.BgClassName
{
background-color: #12464B;
}
</style>
border-color css
<style>
span { border-color: #12464B; }
span { border-color: rgb(18,70,75); }
td.TdClassName
{
border-color: #12464B;
}
.TagClassName
{
border-color: #12464B;
}
</style>