Shades of Cyprus #01483D
Tints of Cyprus #01483D
RGB
CMYK
RGB Variations
Color information
#01483D (or 0x01483D) is known color: Cyprus. HEX triplet: 01, 48 and 3D. RGB value is (1,72,61). Sum of RGB (Red+Green+Blue) = 1+72+61=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #01483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483D is #FEB7C2. Grayscale: #313131. Windows color (decimal): -16693187 or 4016129. OLE color: 4016129.
HSL color Cylindrical-coordinate representation of color #01483D: hue angle of 170.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01483D is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 72 | 61 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.72 |
| HSL | 170.7º | 0.97% | 0.14% | - |
| HSV(B) | 170.7º | 0.99% | 0.28% | - |
| XYZ | 3.17 | 4.98 | 5.21 | - |
| YUV | 49.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 61 | 0.99 | 0 | 0.15 | 0.72 | 170.7 | 0.97 | 0.14 |
| Hex | 1 | 48 | 3D | 63 | 0 | F | 48 | AB | 61 | E |
| Octal | 1 | 110 | 75 | 143 | 0 | 17 | 110 | 253 | 141 | 16 |
| Binary | 1 | 1001000 | 111101 | 1100011 | 0 | 1111 | 1001000 | 10101011 | 1100001 | 1110 |
Color Harmonies of #01483D
Complementary color
Monochromatic Colors of #01483D
Black with #01483D
Text Example
Text Example
White with #01483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01483D; }
p { color: rgb(1,72,61); }
H1.HeaderClassName
{
color: #01483D;
}
.AnyTagClassName
{
color: #01483D;
}
</style>
background-color css
<style>
a { background-color: #01483D; }
a { background-color: rgb(1,72,61); }
div.DivClassName
{
background-color: #01483D;
}
.BgClassName
{
background-color: #01483D;
}
</style>
border-color css
<style>
span { border-color: #01483D; }
span { border-color: rgb(1,72,61); }
td.TdClassName
{
border-color: #01483D;
}
.TagClassName
{
border-color: #01483D;
}
</style>