Shades of Cyprus #0D4B4A
Tints of Cyprus #0D4B4A
RGB
CMYK
RGB Variations
Color information
#0D4B4A (or 0x0D4B4A) is known color: Cyprus. HEX triplet: 0D, 4B and 4A. RGB value is (13,75,74). Sum of RGB (Red+Green+Blue) = 13+75+74=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B4A is #F2B4B5. Grayscale: #383838. Windows color (decimal): -15905974 or 4868877. OLE color: 4868877.
HSL color Cylindrical-coordinate representation of color #0D4B4A: hue angle of 179.03º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4B4A is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 75 | 74 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.71 |
| HSL | 179.03º | 0.7% | 0.17% | - |
| HSV(B) | 179.03º | 0.83% | 0.29% | - |
| XYZ | 3.92 | 5.61 | 7.36 | - |
| YUV | 56.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 74 | 0.83 | 0 | 0.01 | 0.71 | 179.03 | 0.7 | 0.17 |
| Hex | D | 4B | 4A | 53 | 0 | 1 | 47 | B3 | 46 | 11 |
| Octal | 15 | 113 | 112 | 123 | 0 | 1 | 107 | 263 | 106 | 21 |
| Binary | 1101 | 1001011 | 1001010 | 1010011 | 0 | 1 | 1000111 | 10110011 | 1000110 | 10001 |
Color Harmonies of #0D4B4A
Complementary color
Monochromatic Colors of #0D4B4A
Black with #0D4B4A
Text Example
Text Example
White with #0D4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B4A; }
p { color: rgb(13,75,74); }
H1.HeaderClassName
{
color: #0D4B4A;
}
.AnyTagClassName
{
color: #0D4B4A;
}
</style>
background-color css
<style>
a { background-color: #0D4B4A; }
a { background-color: rgb(13,75,74); }
div.DivClassName
{
background-color: #0D4B4A;
}
.BgClassName
{
background-color: #0D4B4A;
}
</style>
border-color css
<style>
span { border-color: #0D4B4A; }
span { border-color: rgb(13,75,74); }
td.TdClassName
{
border-color: #0D4B4A;
}
.TagClassName
{
border-color: #0D4B4A;
}
</style>