Shades of Cyprus #0D444C
Tints of Cyprus #0D444C
RGB
CMYK
RGB Variations
Color information
#0D444C (or 0x0D444C) is known color: Cyprus. HEX triplet: 0D, 44 and 4C. RGB value is (13,68,76). Sum of RGB (Red+Green+Blue) = 13+68+76=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D444C is #F2BBB3. Grayscale: #343434. Windows color (decimal): -15907764 or 4998157. OLE color: 4998157.
HSL color Cylindrical-coordinate representation of color #0D444C: hue angle of 187.62º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D444C is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 68 | 76 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.70 |
| HSL | 187.62º | 0.71% | 0.17% | - |
| HSV(B) | 187.62º | 0.83% | 0.3% | - |
| XYZ | 3.54 | 4.74 | 7.57 | - |
| YUV | 52.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 76 | 0.83 | 0.11 | 0 | 0.70 | 187.62 | 0.71 | 0.17 |
| Hex | D | 44 | 4C | 53 | B | 0 | 46 | BC | 47 | 11 |
| Octal | 15 | 104 | 114 | 123 | 13 | 0 | 106 | 274 | 107 | 21 |
| Binary | 1101 | 1000100 | 1001100 | 1010011 | 1011 | 0 | 1000110 | 10111100 | 1000111 | 10001 |
Color Harmonies of #0D444C
Complementary color
Monochromatic Colors of #0D444C
Black with #0D444C
Text Example
Text Example
White with #0D444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D444C; }
p { color: rgb(13,68,76); }
H1.HeaderClassName
{
color: #0D444C;
}
.AnyTagClassName
{
color: #0D444C;
}
</style>
background-color css
<style>
a { background-color: #0D444C; }
a { background-color: rgb(13,68,76); }
div.DivClassName
{
background-color: #0D444C;
}
.BgClassName
{
background-color: #0D444C;
}
</style>
border-color css
<style>
span { border-color: #0D444C; }
span { border-color: rgb(13,68,76); }
td.TdClassName
{
border-color: #0D444C;
}
.TagClassName
{
border-color: #0D444C;
}
</style>