Shades of Cyprus #12464C
Tints of Cyprus #12464C
RGB
CMYK
RGB Variations
Color information
#12464C (or 0x12464C) is known color: Cyprus. HEX triplet: 12, 46 and 4C. RGB value is (18,70,76). Sum of RGB (Red+Green+Blue) = 18+70+76=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #12464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12464C is #EDB9B3. Grayscale: #373737. Windows color (decimal): -15579572 or 4998674. OLE color: 4998674.
HSL color Cylindrical-coordinate representation of color #12464C: hue angle of 186.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12464C is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 70 | 76 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.70 |
| HSL | 186.21º | 0.62% | 0.18% | - |
| HSV(B) | 186.21º | 0.76% | 0.3% | - |
| XYZ | 3.74 | 5.03 | 7.61 | - |
| YUV | 55.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 76 | 0.76 | 0.08 | 0 | 0.70 | 186.21 | 0.62 | 0.18 |
| Hex | 12 | 46 | 4C | 4C | 8 | 0 | 46 | BA | 3E | 12 |
| Octal | 22 | 106 | 114 | 114 | 10 | 0 | 106 | 272 | 76 | 22 |
| Binary | 10010 | 1000110 | 1001100 | 1001100 | 1000 | 0 | 1000110 | 10111010 | 111110 | 10010 |
Color Harmonies of #12464C
Complementary color
Monochromatic Colors of #12464C
Black with #12464C
Text Example
Text Example
White with #12464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12464C; }
p { color: rgb(18,70,76); }
H1.HeaderClassName
{
color: #12464C;
}
.AnyTagClassName
{
color: #12464C;
}
</style>
background-color css
<style>
a { background-color: #12464C; }
a { background-color: rgb(18,70,76); }
div.DivClassName
{
background-color: #12464C;
}
.BgClassName
{
background-color: #12464C;
}
</style>
border-color css
<style>
span { border-color: #12464C; }
span { border-color: rgb(18,70,76); }
td.TdClassName
{
border-color: #12464C;
}
.TagClassName
{
border-color: #12464C;
}
</style>