Shades of Cyprus #0C444A
Tints of Cyprus #0C444A
RGB
CMYK
RGB Variations
Color information
#0C444A (or 0x0C444A) is known color: Cyprus. HEX triplet: 0C, 44 and 4A. RGB value is (12,68,74). Sum of RGB (Red+Green+Blue) = 12+68+74=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C444A is #F3BBB5. Grayscale: #333333. Windows color (decimal): -15973302 or 4867084. OLE color: 4867084.
HSL color Cylindrical-coordinate representation of color #0C444A: hue angle of 185.81º 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 #0C444A is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 68 | 74 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.71 |
| HSL | 185.81º | 0.72% | 0.17% | - |
| HSV(B) | 185.81º | 0.84% | 0.29% | - |
| XYZ | 3.45 | 4.71 | 7.2 | - |
| YUV | 51.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 74 | 0.84 | 0.08 | 0 | 0.71 | 185.81 | 0.72 | 0.17 |
| Hex | C | 44 | 4A | 54 | 8 | 0 | 47 | BA | 48 | 11 |
| Octal | 14 | 104 | 112 | 124 | 10 | 0 | 107 | 272 | 110 | 21 |
| Binary | 1100 | 1000100 | 1001010 | 1010100 | 1000 | 0 | 1000111 | 10111010 | 1001000 | 10001 |
Color Harmonies of #0C444A
Complementary color
Monochromatic Colors of #0C444A
Black with #0C444A
Text Example
Text Example
White with #0C444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C444A; }
p { color: rgb(12,68,74); }
H1.HeaderClassName
{
color: #0C444A;
}
.AnyTagClassName
{
color: #0C444A;
}
</style>
background-color css
<style>
a { background-color: #0C444A; }
a { background-color: rgb(12,68,74); }
div.DivClassName
{
background-color: #0C444A;
}
.BgClassName
{
background-color: #0C444A;
}
</style>
border-color css
<style>
span { border-color: #0C444A; }
span { border-color: rgb(12,68,74); }
td.TdClassName
{
border-color: #0C444A;
}
.TagClassName
{
border-color: #0C444A;
}
</style>