Shades of Cyprus #0D3D44
Tints of Cyprus #0D3D44
RGB
CMYK
RGB Variations
Color information
#0D3D44 (or 0x0D3D44) is known color: Cyprus. HEX triplet: 0D, 3D and 44. RGB value is (13,61,68). Sum of RGB (Red+Green+Blue) = 13+61+68=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D3D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3D44 is #F2C2BB. Grayscale: #2F2F2F. Windows color (decimal): -15909564 or 4472077. OLE color: 4472077.
HSL color Cylindrical-coordinate representation of color #0D3D44: hue angle of 187.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3D44 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 61 | 68 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.73 |
| HSL | 187.64º | 0.68% | 0.16% | - |
| HSV(B) | 187.64º | 0.81% | 0.27% | - |
| XYZ | 2.88 | 3.84 | 6.06 | - |
| YUV | 47.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 68 | 0.81 | 0.10 | 0 | 0.73 | 187.64 | 0.68 | 0.16 |
| Hex | D | 3D | 44 | 51 | A | 0 | 49 | BC | 44 | 10 |
| Octal | 15 | 75 | 104 | 121 | 12 | 0 | 111 | 274 | 104 | 20 |
| Binary | 1101 | 111101 | 1000100 | 1010001 | 1010 | 0 | 1001001 | 10111100 | 1000100 | 10000 |
Color Harmonies of #0D3D44
Complementary color
Monochromatic Colors of #0D3D44
Black with #0D3D44
Text Example
Text Example
White with #0D3D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3D44; }
p { color: rgb(13,61,68); }
H1.HeaderClassName
{
color: #0D3D44;
}
.AnyTagClassName
{
color: #0D3D44;
}
</style>
background-color css
<style>
a { background-color: #0D3D44; }
a { background-color: rgb(13,61,68); }
div.DivClassName
{
background-color: #0D3D44;
}
.BgClassName
{
background-color: #0D3D44;
}
</style>
border-color css
<style>
span { border-color: #0D3D44; }
span { border-color: rgb(13,61,68); }
td.TdClassName
{
border-color: #0D3D44;
}
.TagClassName
{
border-color: #0D3D44;
}
</style>