Shades of Cyprus #12494B
Tints of Cyprus #12494B
RGB
CMYK
RGB Variations
Color information
#12494B (or 0x12494B) is known color: Cyprus. HEX triplet: 12, 49 and 4B. RGB value is (18,73,75). Sum of RGB (Red+Green+Blue) = 18+73+75=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #12494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12494B is #EDB6B4. Grayscale: #383838. Windows color (decimal): -15578805 or 4933906. OLE color: 4933906.
HSL color Cylindrical-coordinate representation of color #12494B: hue angle of 182.11º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12494B is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 73 | 75 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.71 |
| HSL | 182.11º | 0.61% | 0.18% | - |
| HSV(B) | 182.11º | 0.76% | 0.29% | - |
| XYZ | 3.9 | 5.4 | 7.49 | - |
| YUV | 56.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 75 | 0.76 | 0.03 | 0 | 0.71 | 182.11 | 0.61 | 0.18 |
| Hex | 12 | 49 | 4B | 4C | 3 | 0 | 47 | B6 | 3D | 12 |
| Octal | 22 | 111 | 113 | 114 | 3 | 0 | 107 | 266 | 75 | 22 |
| Binary | 10010 | 1001001 | 1001011 | 1001100 | 11 | 0 | 1000111 | 10110110 | 111101 | 10010 |
Color Harmonies of #12494B
Complementary color
Monochromatic Colors of #12494B
Black with #12494B
Text Example
Text Example
White with #12494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12494B; }
p { color: rgb(18,73,75); }
H1.HeaderClassName
{
color: #12494B;
}
.AnyTagClassName
{
color: #12494B;
}
</style>
background-color css
<style>
a { background-color: #12494B; }
a { background-color: rgb(18,73,75); }
div.DivClassName
{
background-color: #12494B;
}
.BgClassName
{
background-color: #12494B;
}
</style>
border-color css
<style>
span { border-color: #12494B; }
span { border-color: rgb(18,73,75); }
td.TdClassName
{
border-color: #12494B;
}
.TagClassName
{
border-color: #12494B;
}
</style>