Shades of Cyprus #12464A
Tints of Cyprus #12464A
RGB
CMYK
RGB Variations
Color information
#12464A (or 0x12464A) is known color: Cyprus. HEX triplet: 12, 46 and 4A. RGB value is (18,70,74). Sum of RGB (Red+Green+Blue) = 18+70+74=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #12464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12464A is #EDB9B5. Grayscale: #363636. Windows color (decimal): -15579574 or 4867602. OLE color: 4867602.
HSL color Cylindrical-coordinate representation of color #12464A: hue angle of 184.29º 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 #12464A is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 70 | 74 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.71 |
| HSL | 184.29º | 0.61% | 0.18% | - |
| HSV(B) | 184.29º | 0.76% | 0.29% | - |
| XYZ | 3.68 | 5 | 7.25 | - |
| YUV | 54.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 74 | 0.76 | 0.05 | 0 | 0.71 | 184.29 | 0.61 | 0.18 |
| Hex | 12 | 46 | 4A | 4C | 5 | 0 | 47 | B8 | 3D | 12 |
| Octal | 22 | 106 | 112 | 114 | 5 | 0 | 107 | 270 | 75 | 22 |
| Binary | 10010 | 1000110 | 1001010 | 1001100 | 101 | 0 | 1000111 | 10111000 | 111101 | 10010 |
Color Harmonies of #12464A
Complementary color
Monochromatic Colors of #12464A
Black with #12464A
Text Example
Text Example
White with #12464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12464A; }
p { color: rgb(18,70,74); }
H1.HeaderClassName
{
color: #12464A;
}
.AnyTagClassName
{
color: #12464A;
}
</style>
background-color css
<style>
a { background-color: #12464A; }
a { background-color: rgb(18,70,74); }
div.DivClassName
{
background-color: #12464A;
}
.BgClassName
{
background-color: #12464A;
}
</style>
border-color css
<style>
span { border-color: #12464A; }
span { border-color: rgb(18,70,74); }
td.TdClassName
{
border-color: #12464A;
}
.TagClassName
{
border-color: #12464A;
}
</style>