Shades of Cyprus #0F444D
Tints of Cyprus #0F444D
RGB
CMYK
RGB Variations
Color information
#0F444D (or 0x0F444D) is known color: Cyprus. HEX triplet: 0F, 44 and 4D. RGB value is (15,68,77). Sum of RGB (Red+Green+Blue) = 15+68+77=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F444D is #F0BBB2. Grayscale: #353535. Windows color (decimal): -15776691 or 5063695. OLE color: 5063695.
HSL color Cylindrical-coordinate representation of color #0F444D: hue angle of 188.71º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F444D is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 68 | 77 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.70 |
| HSL | 188.71º | 0.67% | 0.18% | - |
| HSV(B) | 188.71º | 0.81% | 0.3% | - |
| XYZ | 3.6 | 4.77 | 7.75 | - |
| YUV | 53.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 77 | 0.81 | 0.12 | 0 | 0.70 | 188.71 | 0.67 | 0.18 |
| Hex | F | 44 | 4D | 51 | C | 0 | 46 | BD | 43 | 12 |
| Octal | 17 | 104 | 115 | 121 | 14 | 0 | 106 | 275 | 103 | 22 |
| Binary | 1111 | 1000100 | 1001101 | 1010001 | 1100 | 0 | 1000110 | 10111101 | 1000011 | 10010 |
Color Harmonies of #0F444D
Complementary color
Monochromatic Colors of #0F444D
Black with #0F444D
Text Example
Text Example
White with #0F444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F444D; }
p { color: rgb(15,68,77); }
H1.HeaderClassName
{
color: #0F444D;
}
.AnyTagClassName
{
color: #0F444D;
}
</style>
background-color css
<style>
a { background-color: #0F444D; }
a { background-color: rgb(15,68,77); }
div.DivClassName
{
background-color: #0F444D;
}
.BgClassName
{
background-color: #0F444D;
}
</style>
border-color css
<style>
span { border-color: #0F444D; }
span { border-color: rgb(15,68,77); }
td.TdClassName
{
border-color: #0F444D;
}
.TagClassName
{
border-color: #0F444D;
}
</style>