Shades of Cyprus #0D444A
Tints of Cyprus #0D444A
RGB
CMYK
RGB Variations
Color information
#0D444A (or 0x0D444A) is known color: Cyprus. HEX triplet: 0D, 44 and 4A. RGB value is (13,68,74). Sum of RGB (Red+Green+Blue) = 13+68+74=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D444A is #F2BBB5. Grayscale: #343434. Windows color (decimal): -15907766 or 4867085. OLE color: 4867085.
HSL color Cylindrical-coordinate representation of color #0D444A: hue angle of 185.9º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D444A is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 68 | 74 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.71 |
| HSL | 185.9º | 0.7% | 0.17% | - |
| HSV(B) | 185.9º | 0.82% | 0.29% | - |
| XYZ | 3.47 | 4.71 | 7.21 | - |
| YUV | 52.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 74 | 0.82 | 0.08 | 0 | 0.71 | 185.9 | 0.7 | 0.17 |
| Hex | D | 44 | 4A | 52 | 8 | 0 | 47 | BA | 46 | 11 |
| Octal | 15 | 104 | 112 | 122 | 10 | 0 | 107 | 272 | 106 | 21 |
| Binary | 1101 | 1000100 | 1001010 | 1010010 | 1000 | 0 | 1000111 | 10111010 | 1000110 | 10001 |
Color Harmonies of #0D444A
Complementary color
Monochromatic Colors of #0D444A
Black with #0D444A
Text Example
Text Example
White with #0D444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D444A; }
p { color: rgb(13,68,74); }
H1.HeaderClassName
{
color: #0D444A;
}
.AnyTagClassName
{
color: #0D444A;
}
</style>
background-color css
<style>
a { background-color: #0D444A; }
a { background-color: rgb(13,68,74); }
div.DivClassName
{
background-color: #0D444A;
}
.BgClassName
{
background-color: #0D444A;
}
</style>
border-color css
<style>
span { border-color: #0D444A; }
span { border-color: rgb(13,68,74); }
td.TdClassName
{
border-color: #0D444A;
}
.TagClassName
{
border-color: #0D444A;
}
</style>