Shades of Cyprus #0C464A
Tints of Cyprus #0C464A
RGB
CMYK
RGB Variations
Color information
#0C464A (or 0x0C464A) is known color: Cyprus. HEX triplet: 0C, 46 and 4A. RGB value is (12,70,74). Sum of RGB (Red+Green+Blue) = 12+70+74=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C464A is #F3B9B5. Grayscale: #353535. Windows color (decimal): -15972790 or 4867596. OLE color: 4867596.
HSL color Cylindrical-coordinate representation of color #0C464A: hue angle of 183.87º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C464A is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 70 | 74 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.71 |
| HSL | 183.87º | 0.72% | 0.17% | - |
| HSV(B) | 183.87º | 0.84% | 0.29% | - |
| XYZ | 3.58 | 4.95 | 7.25 | - |
| YUV | 53.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 74 | 0.84 | 0.05 | 0 | 0.71 | 183.87 | 0.72 | 0.17 |
| Hex | C | 46 | 4A | 54 | 5 | 0 | 47 | B8 | 48 | 11 |
| Octal | 14 | 106 | 112 | 124 | 5 | 0 | 107 | 270 | 110 | 21 |
| Binary | 1100 | 1000110 | 1001010 | 1010100 | 101 | 0 | 1000111 | 10111000 | 1001000 | 10001 |
Color Harmonies of #0C464A
Complementary color
Monochromatic Colors of #0C464A
Black with #0C464A
Text Example
Text Example
White with #0C464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C464A; }
p { color: rgb(12,70,74); }
H1.HeaderClassName
{
color: #0C464A;
}
.AnyTagClassName
{
color: #0C464A;
}
</style>
background-color css
<style>
a { background-color: #0C464A; }
a { background-color: rgb(12,70,74); }
div.DivClassName
{
background-color: #0C464A;
}
.BgClassName
{
background-color: #0C464A;
}
</style>
border-color css
<style>
span { border-color: #0C464A; }
span { border-color: rgb(12,70,74); }
td.TdClassName
{
border-color: #0C464A;
}
.TagClassName
{
border-color: #0C464A;
}
</style>