Shades of Cyprus #12444C
Tints of Cyprus #12444C
RGB
CMYK
RGB Variations
Color information
#12444C (or 0x12444C) is known color: Cyprus. HEX triplet: 12, 44 and 4C. RGB value is (18,68,76). Sum of RGB (Red+Green+Blue) = 18+68+76=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #12444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12444C is #EDBBB3. Grayscale: #353535. Windows color (decimal): -15580084 or 4998162. OLE color: 4998162.
HSL color Cylindrical-coordinate representation of color #12444C: hue angle of 188.28º 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 #12444C is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 68 | 76 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.70 |
| HSL | 188.28º | 0.62% | 0.18% | - |
| HSV(B) | 188.28º | 0.76% | 0.3% | - |
| XYZ | 3.62 | 4.78 | 7.57 | - |
| YUV | 53.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 76 | 0.76 | 0.11 | 0 | 0.70 | 188.28 | 0.62 | 0.18 |
| Hex | 12 | 44 | 4C | 4C | B | 0 | 46 | BC | 3E | 12 |
| Octal | 22 | 104 | 114 | 114 | 13 | 0 | 106 | 274 | 76 | 22 |
| Binary | 10010 | 1000100 | 1001100 | 1001100 | 1011 | 0 | 1000110 | 10111100 | 111110 | 10010 |
Color Harmonies of #12444C
Complementary color
Monochromatic Colors of #12444C
Black with #12444C
Text Example
Text Example
White with #12444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12444C; }
p { color: rgb(18,68,76); }
H1.HeaderClassName
{
color: #12444C;
}
.AnyTagClassName
{
color: #12444C;
}
</style>
background-color css
<style>
a { background-color: #12444C; }
a { background-color: rgb(18,68,76); }
div.DivClassName
{
background-color: #12444C;
}
.BgClassName
{
background-color: #12444C;
}
</style>
border-color css
<style>
span { border-color: #12444C; }
span { border-color: rgb(18,68,76); }
td.TdClassName
{
border-color: #12444C;
}
.TagClassName
{
border-color: #12444C;
}
</style>