Shades of Cyprus #01443B
Tints of Cyprus #01443B
RGB
CMYK
RGB Variations
Color information
#01443B (or 0x01443B) is known color: Cyprus. HEX triplet: 01, 44 and 3B. RGB value is (1,68,59). Sum of RGB (Red+Green+Blue) = 1+68+59=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #01443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01443B is #FEBBC4. Grayscale: #2E2E2E. Windows color (decimal): -16694213 or 3884033. OLE color: 3884033.
HSL color Cylindrical-coordinate representation of color #01443B: hue angle of 171.94º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01443B is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 59 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.73 |
| HSL | 171.94º | 0.97% | 0.14% | - |
| HSV(B) | 171.94º | 0.99% | 0.27% | - |
| XYZ | 2.87 | 4.46 | 4.85 | - |
| YUV | 46.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 59 | 0.99 | 0 | 0.13 | 0.73 | 171.94 | 0.97 | 0.14 |
| Hex | 1 | 44 | 3B | 63 | 0 | D | 49 | AC | 61 | E |
| Octal | 1 | 104 | 73 | 143 | 0 | 15 | 111 | 254 | 141 | 16 |
| Binary | 1 | 1000100 | 111011 | 1100011 | 0 | 1101 | 1001001 | 10101100 | 1100001 | 1110 |
Color Harmonies of #01443B
Complementary color
Monochromatic Colors of #01443B
Black with #01443B
Text Example
Text Example
White with #01443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01443B; }
p { color: rgb(1,68,59); }
H1.HeaderClassName
{
color: #01443B;
}
.AnyTagClassName
{
color: #01443B;
}
</style>
background-color css
<style>
a { background-color: #01443B; }
a { background-color: rgb(1,68,59); }
div.DivClassName
{
background-color: #01443B;
}
.BgClassName
{
background-color: #01443B;
}
</style>
border-color css
<style>
span { border-color: #01443B; }
span { border-color: rgb(1,68,59); }
td.TdClassName
{
border-color: #01443B;
}
.TagClassName
{
border-color: #01443B;
}
</style>