Shades of Cyprus #01453B
Tints of Cyprus #01453B
RGB
CMYK
RGB Variations
Color information
#01453B (or 0x01453B) is known color: Cyprus. HEX triplet: 01, 45 and 3B. RGB value is (1,69,59). Sum of RGB (Red+Green+Blue) = 1+69+59=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #01453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01453B is #FEBAC4. Grayscale: #2F2F2F. Windows color (decimal): -16693957 or 3884289. OLE color: 3884289.
HSL color Cylindrical-coordinate representation of color #01453B: hue angle of 171.18º 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 #01453B is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 59 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.73 |
| HSL | 171.18º | 0.97% | 0.14% | - |
| HSV(B) | 171.18º | 0.99% | 0.27% | - |
| XYZ | 2.93 | 4.58 | 4.87 | - |
| YUV | 47.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 59 | 0.99 | 0 | 0.14 | 0.73 | 171.18 | 0.97 | 0.14 |
| Hex | 1 | 45 | 3B | 63 | 0 | E | 49 | AB | 61 | E |
| Octal | 1 | 105 | 73 | 143 | 0 | 16 | 111 | 253 | 141 | 16 |
| Binary | 1 | 1000101 | 111011 | 1100011 | 0 | 1110 | 1001001 | 10101011 | 1100001 | 1110 |
Color Harmonies of #01453B
Complementary color
Monochromatic Colors of #01453B
Black with #01453B
Text Example
Text Example
White with #01453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01453B; }
p { color: rgb(1,69,59); }
H1.HeaderClassName
{
color: #01453B;
}
.AnyTagClassName
{
color: #01453B;
}
</style>
background-color css
<style>
a { background-color: #01453B; }
a { background-color: rgb(1,69,59); }
div.DivClassName
{
background-color: #01453B;
}
.BgClassName
{
background-color: #01453B;
}
</style>
border-color css
<style>
span { border-color: #01453B; }
span { border-color: rgb(1,69,59); }
td.TdClassName
{
border-color: #01453B;
}
.TagClassName
{
border-color: #01453B;
}
</style>