Shades of Cyprus #12444B
Tints of Cyprus #12444B
RGB
CMYK
RGB Variations
Color information
#12444B (or 0x12444B) is known color: Cyprus. HEX triplet: 12, 44 and 4B. RGB value is (18,68,75). Sum of RGB (Red+Green+Blue) = 18+68+75=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #12444B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12444B is #EDBBB4. Grayscale: #353535. Windows color (decimal): -15580085 or 4932626. OLE color: 4932626.
HSL color Cylindrical-coordinate representation of color #12444B: hue angle of 187.37º 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 #12444B is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 68 | 75 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.71 |
| HSL | 187.37º | 0.61% | 0.18% | - |
| HSV(B) | 187.37º | 0.76% | 0.29% | - |
| XYZ | 3.59 | 4.77 | 7.39 | - |
| YUV | 53.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 75 | 0.76 | 0.09 | 0 | 0.71 | 187.37 | 0.61 | 0.18 |
| Hex | 12 | 44 | 4B | 4C | 9 | 0 | 47 | BB | 3D | 12 |
| Octal | 22 | 104 | 113 | 114 | 11 | 0 | 107 | 273 | 75 | 22 |
| Binary | 10010 | 1000100 | 1001011 | 1001100 | 1001 | 0 | 1000111 | 10111011 | 111101 | 10010 |
Color Harmonies of #12444B
Complementary color
Monochromatic Colors of #12444B
Black with #12444B
Text Example
Text Example
White with #12444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12444B; }
p { color: rgb(18,68,75); }
H1.HeaderClassName
{
color: #12444B;
}
.AnyTagClassName
{
color: #12444B;
}
</style>
background-color css
<style>
a { background-color: #12444B; }
a { background-color: rgb(18,68,75); }
div.DivClassName
{
background-color: #12444B;
}
.BgClassName
{
background-color: #12444B;
}
</style>
border-color css
<style>
span { border-color: #12444B; }
span { border-color: rgb(18,68,75); }
td.TdClassName
{
border-color: #12444B;
}
.TagClassName
{
border-color: #12444B;
}
</style>