Shades of Cyprus #0D413F
Tints of Cyprus #0D413F
RGB
CMYK
RGB Variations
Color information
#0D413F (or 0x0D413F) is known color: Cyprus. HEX triplet: 0D, 41 and 3F. RGB value is (13,65,63). Sum of RGB (Red+Green+Blue) = 13+65+63=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #0D413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D413F is #F2BEC0. Grayscale: #313131. Windows color (decimal): -15908545 or 4145421. OLE color: 4145421.
HSL color Cylindrical-coordinate representation of color #0D413F: hue angle of 177.69º 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 #0D413F is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 63 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.75 |
| HSL | 177.69º | 0.67% | 0.15% | - |
| HSV(B) | 177.69º | 0.8% | 0.25% | - |
| XYZ | 2.95 | 4.23 | 5.36 | - |
| YUV | 49.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 63 | 0.80 | 0 | 0.03 | 0.75 | 177.69 | 0.67 | 0.15 |
| Hex | D | 41 | 3F | 50 | 0 | 3 | 4B | B2 | 43 | F |
| Octal | 15 | 101 | 77 | 120 | 0 | 3 | 113 | 262 | 103 | 17 |
| Binary | 1101 | 1000001 | 111111 | 1010000 | 0 | 11 | 1001011 | 10110010 | 1000011 | 1111 |
Color Harmonies of #0D413F
Complementary color
Monochromatic Colors of #0D413F
Black with #0D413F
Text Example
Text Example
White with #0D413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D413F; }
p { color: rgb(13,65,63); }
H1.HeaderClassName
{
color: #0D413F;
}
.AnyTagClassName
{
color: #0D413F;
}
</style>
background-color css
<style>
a { background-color: #0D413F; }
a { background-color: rgb(13,65,63); }
div.DivClassName
{
background-color: #0D413F;
}
.BgClassName
{
background-color: #0D413F;
}
</style>
border-color css
<style>
span { border-color: #0D413F; }
span { border-color: rgb(13,65,63); }
td.TdClassName
{
border-color: #0D413F;
}
.TagClassName
{
border-color: #0D413F;
}
</style>