Shades of Cyprus #15484A
Tints of Cyprus #15484A
RGB
CMYK
RGB Variations
Color information
#15484A (or 0x15484A) is known color: Cyprus. HEX triplet: 15, 48 and 4A. RGB value is (21,72,74). Sum of RGB (Red+Green+Blue) = 21+72+74=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #15484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15484A is #EAB7B5. Grayscale: #383838. Windows color (decimal): -15382454 or 4868117. OLE color: 4868117.
HSL color Cylindrical-coordinate representation of color #15484A: hue angle of 182.26º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15484A is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 72 | 74 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.71 |
| HSL | 182.26º | 0.56% | 0.19% | - |
| HSV(B) | 182.26º | 0.72% | 0.29% | - |
| XYZ | 3.86 | 5.29 | 7.3 | - |
| YUV | 56.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 74 | 0.72 | 0.03 | 0 | 0.71 | 182.26 | 0.56 | 0.19 |
| Hex | 15 | 48 | 4A | 48 | 3 | 0 | 47 | B6 | 38 | 13 |
| Octal | 25 | 110 | 112 | 110 | 3 | 0 | 107 | 266 | 70 | 23 |
| Binary | 10101 | 1001000 | 1001010 | 1001000 | 11 | 0 | 1000111 | 10110110 | 111000 | 10011 |
Color Harmonies of #15484A
Complementary color
Monochromatic Colors of #15484A
Black with #15484A
Text Example
Text Example
White with #15484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15484A; }
p { color: rgb(21,72,74); }
H1.HeaderClassName
{
color: #15484A;
}
.AnyTagClassName
{
color: #15484A;
}
</style>
background-color css
<style>
a { background-color: #15484A; }
a { background-color: rgb(21,72,74); }
div.DivClassName
{
background-color: #15484A;
}
.BgClassName
{
background-color: #15484A;
}
</style>
border-color css
<style>
span { border-color: #15484A; }
span { border-color: rgb(21,72,74); }
td.TdClassName
{
border-color: #15484A;
}
.TagClassName
{
border-color: #15484A;
}
</style>