Shades of Cyprus #0F434A
Tints of Cyprus #0F434A
RGB
CMYK
RGB Variations
Color information
#0F434A (or 0x0F434A) is known color: Cyprus. HEX triplet: 0F, 43 and 4A. RGB value is (15,67,74). Sum of RGB (Red+Green+Blue) = 15+67+74=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 67 (26.56% from 255 or 42.95% 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 #0F434A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F434A is #F0BCB5. Grayscale: #343434. Windows color (decimal): -15776950 or 4866831. OLE color: 4866831.
HSL color Cylindrical-coordinate representation of color #0F434A: hue angle of 187.12º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F434A is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 67 | 74 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.71 |
| HSL | 187.12º | 0.66% | 0.17% | - |
| HSV(B) | 187.12º | 0.8% | 0.29% | - |
| XYZ | 3.44 | 4.61 | 7.19 | - |
| YUV | 52.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 74 | 0.80 | 0.09 | 0 | 0.71 | 187.12 | 0.66 | 0.17 |
| Hex | F | 43 | 4A | 50 | 9 | 0 | 47 | BB | 42 | 11 |
| Octal | 17 | 103 | 112 | 120 | 11 | 0 | 107 | 273 | 102 | 21 |
| Binary | 1111 | 1000011 | 1001010 | 1010000 | 1001 | 0 | 1000111 | 10111011 | 1000010 | 10001 |
Color Harmonies of #0F434A
Complementary color
Monochromatic Colors of #0F434A
Black with #0F434A
Text Example
Text Example
White with #0F434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F434A; }
p { color: rgb(15,67,74); }
H1.HeaderClassName
{
color: #0F434A;
}
.AnyTagClassName
{
color: #0F434A;
}
</style>
background-color css
<style>
a { background-color: #0F434A; }
a { background-color: rgb(15,67,74); }
div.DivClassName
{
background-color: #0F434A;
}
.BgClassName
{
background-color: #0F434A;
}
</style>
border-color css
<style>
span { border-color: #0F434A; }
span { border-color: rgb(15,67,74); }
td.TdClassName
{
border-color: #0F434A;
}
.TagClassName
{
border-color: #0F434A;
}
</style>