Shades of Cyprus #15484D
Tints of Cyprus #15484D
RGB
CMYK
RGB Variations
Color information
#15484D (or 0x15484D) is known color: Cyprus. HEX triplet: 15, 48 and 4D. RGB value is (21,72,77). Sum of RGB (Red+Green+Blue) = 21+72+77=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #15484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15484D is #EAB7B2. Grayscale: #393939. Windows color (decimal): -15382451 or 5064725. OLE color: 5064725.
HSL color Cylindrical-coordinate representation of color #15484D: hue angle of 185.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15484D is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 72 | 77 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.70 |
| HSL | 185.36º | 0.57% | 0.19% | - |
| HSV(B) | 185.36º | 0.73% | 0.3% | - |
| XYZ | 3.97 | 5.33 | 7.84 | - |
| YUV | 57.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 77 | 0.73 | 0.06 | 0 | 0.70 | 185.36 | 0.57 | 0.19 |
| Hex | 15 | 48 | 4D | 49 | 6 | 0 | 46 | B9 | 39 | 13 |
| Octal | 25 | 110 | 115 | 111 | 6 | 0 | 106 | 271 | 71 | 23 |
| Binary | 10101 | 1001000 | 1001101 | 1001001 | 110 | 0 | 1000110 | 10111001 | 111001 | 10011 |
Color Harmonies of #15484D
Complementary color
Monochromatic Colors of #15484D
Black with #15484D
Text Example
Text Example
White with #15484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15484D; }
p { color: rgb(21,72,77); }
H1.HeaderClassName
{
color: #15484D;
}
.AnyTagClassName
{
color: #15484D;
}
</style>
background-color css
<style>
a { background-color: #15484D; }
a { background-color: rgb(21,72,77); }
div.DivClassName
{
background-color: #15484D;
}
.BgClassName
{
background-color: #15484D;
}
</style>
border-color css
<style>
span { border-color: #15484D; }
span { border-color: rgb(21,72,77); }
td.TdClassName
{
border-color: #15484D;
}
.TagClassName
{
border-color: #15484D;
}
</style>