Shades of Cyprus #0D3B3F
Tints of Cyprus #0D3B3F
RGB
CMYK
RGB Variations
Color information
#0D3B3F (or 0x0D3B3F) is known color: Cyprus. HEX triplet: 0D, 3B and 3F. RGB value is (13,59,63). Sum of RGB (Red+Green+Blue) = 13+59+63=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D3B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B3F is #F2C4C0. Grayscale: #2D2D2D. Windows color (decimal): -15910081 or 4143885. OLE color: 4143885.
HSL color Cylindrical-coordinate representation of color #0D3B3F: hue angle of 184.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3B3F is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 59 | 63 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.75 |
| HSL | 184.8º | 0.66% | 0.15% | - |
| HSV(B) | 184.8º | 0.79% | 0.25% | - |
| XYZ | 2.63 | 3.57 | 5.25 | - |
| YUV | 45.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 63 | 0.79 | 0.06 | 0 | 0.75 | 184.8 | 0.66 | 0.15 |
| Hex | D | 3B | 3F | 4F | 6 | 0 | 4B | B9 | 42 | F |
| Octal | 15 | 73 | 77 | 117 | 6 | 0 | 113 | 271 | 102 | 17 |
| Binary | 1101 | 111011 | 111111 | 1001111 | 110 | 0 | 1001011 | 10111001 | 1000010 | 1111 |
Color Harmonies of #0D3B3F
Complementary color
Monochromatic Colors of #0D3B3F
Black with #0D3B3F
Text Example
Text Example
White with #0D3B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3B3F; }
p { color: rgb(13,59,63); }
H1.HeaderClassName
{
color: #0D3B3F;
}
.AnyTagClassName
{
color: #0D3B3F;
}
</style>
background-color css
<style>
a { background-color: #0D3B3F; }
a { background-color: rgb(13,59,63); }
div.DivClassName
{
background-color: #0D3B3F;
}
.BgClassName
{
background-color: #0D3B3F;
}
</style>
border-color css
<style>
span { border-color: #0D3B3F; }
span { border-color: rgb(13,59,63); }
td.TdClassName
{
border-color: #0D3B3F;
}
.TagClassName
{
border-color: #0D3B3F;
}
</style>