Shades of Cyprus #01453D
Tints of Cyprus #01453D
RGB
CMYK
RGB Variations
Color information
#01453D (or 0x01453D) is known color: Cyprus. HEX triplet: 01, 45 and 3D. RGB value is (1,69,61). Sum of RGB (Red+Green+Blue) = 1+69+61=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #01453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01453D is #FEBAC2. Grayscale: #2F2F2F. Windows color (decimal): -16693955 or 4015361. OLE color: 4015361.
HSL color Cylindrical-coordinate representation of color #01453D: hue angle of 172.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 #01453D is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 61 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.73 |
| HSL | 172.94º | 0.97% | 0.14% | - |
| HSV(B) | 172.94º | 0.99% | 0.27% | - |
| XYZ | 2.98 | 4.6 | 5.15 | - |
| YUV | 47.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 61 | 0.99 | 0 | 0.12 | 0.73 | 172.94 | 0.97 | 0.14 |
| Hex | 1 | 45 | 3D | 63 | 0 | C | 49 | AD | 61 | E |
| Octal | 1 | 105 | 75 | 143 | 0 | 14 | 111 | 255 | 141 | 16 |
| Binary | 1 | 1000101 | 111101 | 1100011 | 0 | 1100 | 1001001 | 10101101 | 1100001 | 1110 |
Color Harmonies of #01453D
Complementary color
Monochromatic Colors of #01453D
Black with #01453D
Text Example
Text Example
White with #01453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01453D; }
p { color: rgb(1,69,61); }
H1.HeaderClassName
{
color: #01453D;
}
.AnyTagClassName
{
color: #01453D;
}
</style>
background-color css
<style>
a { background-color: #01453D; }
a { background-color: rgb(1,69,61); }
div.DivClassName
{
background-color: #01453D;
}
.BgClassName
{
background-color: #01453D;
}
</style>
border-color css
<style>
span { border-color: #01453D; }
span { border-color: rgb(1,69,61); }
td.TdClassName
{
border-color: #01453D;
}
.TagClassName
{
border-color: #01453D;
}
</style>