Shades of Cyprus #10414C
Tints of Cyprus #10414C
RGB
CMYK
RGB Variations
Color information
#10414C (or 0x10414C) is known color: Cyprus. HEX triplet: 10, 41 and 4C. RGB value is (16,65,76). Sum of RGB (Red+Green+Blue) = 16+65+76=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #10414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10414C is #EFBEB3. Grayscale: #333333. Windows color (decimal): -15711924 or 4997392. OLE color: 4997392.
HSL color Cylindrical-coordinate representation of color #10414C: hue angle of 191º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10414C is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 65 | 76 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.70 |
| HSL | 191º | 0.65% | 0.18% | - |
| HSV(B) | 191º | 0.79% | 0.3% | - |
| XYZ | 3.41 | 4.41 | 7.51 | - |
| YUV | 51.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 76 | 0.79 | 0.14 | 0 | 0.70 | 191 | 0.65 | 0.18 |
| Hex | 10 | 41 | 4C | 4F | E | 0 | 46 | BF | 41 | 12 |
| Octal | 20 | 101 | 114 | 117 | 16 | 0 | 106 | 277 | 101 | 22 |
| Binary | 10000 | 1000001 | 1001100 | 1001111 | 1110 | 0 | 1000110 | 10111111 | 1000001 | 10010 |
Color Harmonies of #10414C
Complementary color
Monochromatic Colors of #10414C
Black with #10414C
Text Example
Text Example
White with #10414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10414C; }
p { color: rgb(16,65,76); }
H1.HeaderClassName
{
color: #10414C;
}
.AnyTagClassName
{
color: #10414C;
}
</style>
background-color css
<style>
a { background-color: #10414C; }
a { background-color: rgb(16,65,76); }
div.DivClassName
{
background-color: #10414C;
}
.BgClassName
{
background-color: #10414C;
}
</style>
border-color css
<style>
span { border-color: #10414C; }
span { border-color: rgb(16,65,76); }
td.TdClassName
{
border-color: #10414C;
}
.TagClassName
{
border-color: #10414C;
}
</style>