Shades of Cyprus #0D4143
Tints of Cyprus #0D4143
RGB
CMYK
RGB Variations
Color information
#0D4143 (or 0x0D4143) is known color: Cyprus. HEX triplet: 0D, 41 and 43. RGB value is (13,65,67). Sum of RGB (Red+Green+Blue) = 13+65+67=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D4143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4143 is #F2BEBC. Grayscale: #313131. Windows color (decimal): -15908541 or 4407565. OLE color: 4407565.
HSL color Cylindrical-coordinate representation of color #0D4143: hue angle of 182.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4143 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 65 | 67 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.74 |
| HSL | 182.22º | 0.68% | 0.16% | - |
| HSV(B) | 182.22º | 0.81% | 0.26% | - |
| XYZ | 3.07 | 4.27 | 5.97 | - |
| YUV | 49.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 67 | 0.81 | 0.03 | 0 | 0.74 | 182.22 | 0.68 | 0.16 |
| Hex | D | 41 | 43 | 51 | 3 | 0 | 4A | B6 | 44 | 10 |
| Octal | 15 | 101 | 103 | 121 | 3 | 0 | 112 | 266 | 104 | 20 |
| Binary | 1101 | 1000001 | 1000011 | 1010001 | 11 | 0 | 1001010 | 10110110 | 1000100 | 10000 |
Color Harmonies of #0D4143
Complementary color
Monochromatic Colors of #0D4143
Black with #0D4143
Text Example
Text Example
White with #0D4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4143; }
p { color: rgb(13,65,67); }
H1.HeaderClassName
{
color: #0D4143;
}
.AnyTagClassName
{
color: #0D4143;
}
</style>
background-color css
<style>
a { background-color: #0D4143; }
a { background-color: rgb(13,65,67); }
div.DivClassName
{
background-color: #0D4143;
}
.BgClassName
{
background-color: #0D4143;
}
</style>
border-color css
<style>
span { border-color: #0D4143; }
span { border-color: rgb(13,65,67); }
td.TdClassName
{
border-color: #0D4143;
}
.TagClassName
{
border-color: #0D4143;
}
</style>