Shades of Cyprus #004441
Tints of Cyprus #004441
RGB
CMYK
RGB Variations
Color information
#004441 (or 0x004441) is known color: Cyprus. HEX triplet: 00, 44 and 41. RGB value is (0,68,65). Sum of RGB (Red+Green+Blue) = 0+68+65=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #004441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004441 is #FFBBBE. Grayscale: #2F2F2F. Windows color (decimal): -16759743 or 4277248. OLE color: 4277248.
HSL color Cylindrical-coordinate representation of color #004441: hue angle of 177.35º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004441 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 68 | 65 | - |
| CMYK | 1 | 0 | 0.04 | 0.73 |
| HSL | 177.35º | 1% | 0.13% | - |
| HSV(B) | 177.35º | 1% | 0.27% | - |
| XYZ | 3.02 | 4.52 | 5.71 | - |
| YUV | 47.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 65 | 1 | 0 | 0.04 | 0.73 | 177.35 | 1 | 0.13 |
| Hex | 0 | 44 | 41 | 64 | 0 | 4 | 49 | B1 | 64 | D |
| Octal | 0 | 104 | 101 | 144 | 0 | 4 | 111 | 261 | 144 | 15 |
| Binary | 0 | 1000100 | 1000001 | 1100100 | 0 | 100 | 1001001 | 10110001 | 1100100 | 1101 |
Color Harmonies of #004441
Complementary color
Monochromatic Colors of #004441
Black with #004441
Text Example
Text Example
White with #004441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004441; }
p { color: rgb(0,68,65); }
H1.HeaderClassName
{
color: #004441;
}
.AnyTagClassName
{
color: #004441;
}
</style>
background-color css
<style>
a { background-color: #004441; }
a { background-color: rgb(0,68,65); }
div.DivClassName
{
background-color: #004441;
}
.BgClassName
{
background-color: #004441;
}
</style>
border-color css
<style>
span { border-color: #004441; }
span { border-color: rgb(0,68,65); }
td.TdClassName
{
border-color: #004441;
}
.TagClassName
{
border-color: #004441;
}
</style>