Shades of Cyprus #124B53
Tints of Cyprus #124B53
RGB
CMYK
RGB Variations
Color information
#124B53 (or 0x124B53) is known color: Cyprus. HEX triplet: 12, 4B and 53. RGB value is (18,75,83). Sum of RGB (Red+Green+Blue) = 18+75+83=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #124B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B53 is #EDB4AC. Grayscale: #3A3A3A. Windows color (decimal): -15578285 or 5458706. OLE color: 5458706.
HSL color Cylindrical-coordinate representation of color #124B53: hue angle of 187.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124B53 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 75 | 83 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.67 |
| HSL | 187.38º | 0.64% | 0.2% | - |
| HSV(B) | 187.38º | 0.78% | 0.33% | - |
| XYZ | 4.33 | 5.79 | 9.07 | - |
| YUV | 58.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 83 | 0.78 | 0.10 | 0 | 0.67 | 187.38 | 0.64 | 0.2 |
| Hex | 12 | 4B | 53 | 4E | A | 0 | 43 | BB | 40 | 14 |
| Octal | 22 | 113 | 123 | 116 | 12 | 0 | 103 | 273 | 100 | 24 |
| Binary | 10010 | 1001011 | 1010011 | 1001110 | 1010 | 0 | 1000011 | 10111011 | 1000000 | 10100 |
Color Harmonies of #124B53
Complementary color
Monochromatic Colors of #124B53
Black with #124B53
Text Example
Text Example
White with #124B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B53; }
p { color: rgb(18,75,83); }
H1.HeaderClassName
{
color: #124B53;
}
.AnyTagClassName
{
color: #124B53;
}
</style>
background-color css
<style>
a { background-color: #124B53; }
a { background-color: rgb(18,75,83); }
div.DivClassName
{
background-color: #124B53;
}
.BgClassName
{
background-color: #124B53;
}
</style>
border-color css
<style>
span { border-color: #124B53; }
span { border-color: rgb(18,75,83); }
td.TdClassName
{
border-color: #124B53;
}
.TagClassName
{
border-color: #124B53;
}
</style>