Shades of Cyprus #12454C
Tints of Cyprus #12454C
RGB
CMYK
RGB Variations
Color information
#12454C (or 0x12454C) is known color: Cyprus. HEX triplet: 12, 45 and 4C. RGB value is (18,69,76). Sum of RGB (Red+Green+Blue) = 18+69+76=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #12454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12454C is #EDBAB3. Grayscale: #363636. Windows color (decimal): -15579828 or 4998418. OLE color: 4998418.
HSL color Cylindrical-coordinate representation of color #12454C: hue angle of 187.24º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12454C is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 69 | 76 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.70 |
| HSL | 187.24º | 0.62% | 0.18% | - |
| HSV(B) | 187.24º | 0.76% | 0.3% | - |
| XYZ | 3.68 | 4.91 | 7.59 | - |
| YUV | 54.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 76 | 0.76 | 0.09 | 0 | 0.70 | 187.24 | 0.62 | 0.18 |
| Hex | 12 | 45 | 4C | 4C | 9 | 0 | 46 | BB | 3E | 12 |
| Octal | 22 | 105 | 114 | 114 | 11 | 0 | 106 | 273 | 76 | 22 |
| Binary | 10010 | 1000101 | 1001100 | 1001100 | 1001 | 0 | 1000110 | 10111011 | 111110 | 10010 |
Color Harmonies of #12454C
Complementary color
Monochromatic Colors of #12454C
Black with #12454C
Text Example
Text Example
White with #12454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12454C; }
p { color: rgb(18,69,76); }
H1.HeaderClassName
{
color: #12454C;
}
.AnyTagClassName
{
color: #12454C;
}
</style>
background-color css
<style>
a { background-color: #12454C; }
a { background-color: rgb(18,69,76); }
div.DivClassName
{
background-color: #12454C;
}
.BgClassName
{
background-color: #12454C;
}
</style>
border-color css
<style>
span { border-color: #12454C; }
span { border-color: rgb(18,69,76); }
td.TdClassName
{
border-color: #12454C;
}
.TagClassName
{
border-color: #12454C;
}
</style>