Shades of Cyprus #0D3B41
Tints of Cyprus #0D3B41
RGB
CMYK
RGB Variations
Color information
#0D3B41 (or 0x0D3B41) is known color: Cyprus. HEX triplet: 0D, 3B and 41. RGB value is (13,59,65). Sum of RGB (Red+Green+Blue) = 13+59+65=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B41 is #F2C4BE. Grayscale: #2D2D2D. Windows color (decimal): -15910079 or 4274957. OLE color: 4274957.
HSL color Cylindrical-coordinate representation of color #0D3B41: hue angle of 186.92º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3B41 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 59 | 65 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.75 |
| HSL | 186.92º | 0.67% | 0.15% | - |
| HSV(B) | 186.92º | 0.8% | 0.25% | - |
| XYZ | 2.68 | 3.6 | 5.55 | - |
| YUV | 45.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 65 | 0.80 | 0.09 | 0 | 0.75 | 186.92 | 0.67 | 0.15 |
| Hex | D | 3B | 41 | 50 | 9 | 0 | 4B | BB | 43 | F |
| Octal | 15 | 73 | 101 | 120 | 11 | 0 | 113 | 273 | 103 | 17 |
| Binary | 1101 | 111011 | 1000001 | 1010000 | 1001 | 0 | 1001011 | 10111011 | 1000011 | 1111 |
Color Harmonies of #0D3B41
Complementary color
Monochromatic Colors of #0D3B41
Black with #0D3B41
Text Example
Text Example
White with #0D3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3B41; }
p { color: rgb(13,59,65); }
H1.HeaderClassName
{
color: #0D3B41;
}
.AnyTagClassName
{
color: #0D3B41;
}
</style>
background-color css
<style>
a { background-color: #0D3B41; }
a { background-color: rgb(13,59,65); }
div.DivClassName
{
background-color: #0D3B41;
}
.BgClassName
{
background-color: #0D3B41;
}
</style>
border-color css
<style>
span { border-color: #0D3B41; }
span { border-color: rgb(13,59,65); }
td.TdClassName
{
border-color: #0D3B41;
}
.TagClassName
{
border-color: #0D3B41;
}
</style>