Shades of Cyprus #0D3C48
Tints of Cyprus #0D3C48
RGB
CMYK
RGB Variations
Color information
#0D3C48 (or 0x0D3C48) is known color: Cyprus. HEX triplet: 0D, 3C and 48. RGB value is (13,60,72). Sum of RGB (Red+Green+Blue) = 13+60+72=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D3C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3C48 is #F2C3B7. Grayscale: #2F2F2F. Windows color (decimal): -15909816 or 4733965. OLE color: 4733965.
HSL color Cylindrical-coordinate representation of color #0D3C48: hue angle of 192.2º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D3C48 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 60 | 72 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.72 |
| HSL | 192.2º | 0.69% | 0.17% | - |
| HSV(B) | 192.2º | 0.82% | 0.28% | - |
| XYZ | 2.95 | 3.79 | 6.71 | - |
| YUV | 47.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 72 | 0.82 | 0.17 | 0 | 0.72 | 192.2 | 0.69 | 0.17 |
| Hex | D | 3C | 48 | 52 | 11 | 0 | 48 | C0 | 45 | 11 |
| Octal | 15 | 74 | 110 | 122 | 21 | 0 | 110 | 300 | 105 | 21 |
| Binary | 1101 | 111100 | 1001000 | 1010010 | 10001 | 0 | 1001000 | 11000000 | 1000101 | 10001 |
Color Harmonies of #0D3C48
Complementary color
Monochromatic Colors of #0D3C48
Black with #0D3C48
Text Example
Text Example
White with #0D3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C48; }
p { color: rgb(13,60,72); }
H1.HeaderClassName
{
color: #0D3C48;
}
.AnyTagClassName
{
color: #0D3C48;
}
</style>
background-color css
<style>
a { background-color: #0D3C48; }
a { background-color: rgb(13,60,72); }
div.DivClassName
{
background-color: #0D3C48;
}
.BgClassName
{
background-color: #0D3C48;
}
</style>
border-color css
<style>
span { border-color: #0D3C48; }
span { border-color: rgb(13,60,72); }
td.TdClassName
{
border-color: #0D3C48;
}
.TagClassName
{
border-color: #0D3C48;
}
</style>