Shades of Cyprus #0D3E44
Tints of Cyprus #0D3E44
RGB
CMYK
RGB Variations
Color information
#0D3E44 (or 0x0D3E44) is known color: Cyprus. HEX triplet: 0D, 3E and 44. RGB value is (13,62,68). Sum of RGB (Red+Green+Blue) = 13+62+68=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D3E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E44 is #F2C1BB. Grayscale: #2F2F2F. Windows color (decimal): -15909308 or 4472333. OLE color: 4472333.
HSL color Cylindrical-coordinate representation of color #0D3E44: hue angle of 186.55º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3E44 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 62 | 68 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.73 |
| HSL | 186.55º | 0.68% | 0.16% | - |
| HSV(B) | 186.55º | 0.81% | 0.27% | - |
| XYZ | 2.93 | 3.95 | 6.08 | - |
| YUV | 48.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 68 | 0.81 | 0.09 | 0 | 0.73 | 186.55 | 0.68 | 0.16 |
| Hex | D | 3E | 44 | 51 | 9 | 0 | 49 | BB | 44 | 10 |
| Octal | 15 | 76 | 104 | 121 | 11 | 0 | 111 | 273 | 104 | 20 |
| Binary | 1101 | 111110 | 1000100 | 1010001 | 1001 | 0 | 1001001 | 10111011 | 1000100 | 10000 |
Color Harmonies of #0D3E44
Complementary color
Monochromatic Colors of #0D3E44
Black with #0D3E44
Text Example
Text Example
White with #0D3E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E44; }
p { color: rgb(13,62,68); }
H1.HeaderClassName
{
color: #0D3E44;
}
.AnyTagClassName
{
color: #0D3E44;
}
</style>
background-color css
<style>
a { background-color: #0D3E44; }
a { background-color: rgb(13,62,68); }
div.DivClassName
{
background-color: #0D3E44;
}
.BgClassName
{
background-color: #0D3E44;
}
</style>
border-color css
<style>
span { border-color: #0D3E44; }
span { border-color: rgb(13,62,68); }
td.TdClassName
{
border-color: #0D3E44;
}
.TagClassName
{
border-color: #0D3E44;
}
</style>