Shades of Cyprus #0D4243
Tints of Cyprus #0D4243
RGB
CMYK
RGB Variations
Color information
#0D4243 (or 0x0D4243) is known color: Cyprus. HEX triplet: 0D, 42 and 43. RGB value is (13,66,67). Sum of RGB (Red+Green+Blue) = 13+66+67=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D4243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4243 is #F2BDBC. Grayscale: #323232. Windows color (decimal): -15908285 or 4407821. OLE color: 4407821.
HSL color Cylindrical-coordinate representation of color #0D4243: hue angle of 181.11º 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 #0D4243 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 66 | 67 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.74 |
| HSL | 181.11º | 0.68% | 0.16% | - |
| HSV(B) | 181.11º | 0.81% | 0.26% | - |
| XYZ | 3.13 | 4.39 | 5.99 | - |
| YUV | 50.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 67 | 0.81 | 0.01 | 0 | 0.74 | 181.11 | 0.68 | 0.16 |
| Hex | D | 42 | 43 | 51 | 1 | 0 | 4A | B5 | 44 | 10 |
| Octal | 15 | 102 | 103 | 121 | 1 | 0 | 112 | 265 | 104 | 20 |
| Binary | 1101 | 1000010 | 1000011 | 1010001 | 1 | 0 | 1001010 | 10110101 | 1000100 | 10000 |
Color Harmonies of #0D4243
Complementary color
Monochromatic Colors of #0D4243
Black with #0D4243
Text Example
Text Example
White with #0D4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4243; }
p { color: rgb(13,66,67); }
H1.HeaderClassName
{
color: #0D4243;
}
.AnyTagClassName
{
color: #0D4243;
}
</style>
background-color css
<style>
a { background-color: #0D4243; }
a { background-color: rgb(13,66,67); }
div.DivClassName
{
background-color: #0D4243;
}
.BgClassName
{
background-color: #0D4243;
}
</style>
border-color css
<style>
span { border-color: #0D4243; }
span { border-color: rgb(13,66,67); }
td.TdClassName
{
border-color: #0D4243;
}
.TagClassName
{
border-color: #0D4243;
}
</style>