Shades of Cyprus #10424D
Tints of Cyprus #10424D
RGB
CMYK
RGB Variations
Color information
#10424D (or 0x10424D) is known color: Cyprus. HEX triplet: 10, 42 and 4D. RGB value is (16,66,77). Sum of RGB (Red+Green+Blue) = 16+66+77=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #10424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10424D is #EFBDB2. Grayscale: #343434. Windows color (decimal): -15711667 or 5063184. OLE color: 5063184.
HSL color Cylindrical-coordinate representation of color #10424D: hue angle of 190.82º degrees, saturation: 0.66, 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 #10424D is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 66 | 77 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.70 |
| HSL | 190.82º | 0.66% | 0.18% | - |
| HSV(B) | 190.82º | 0.79% | 0.3% | - |
| XYZ | 3.5 | 4.54 | 7.71 | - |
| YUV | 52.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 77 | 0.79 | 0.14 | 0 | 0.70 | 190.82 | 0.66 | 0.18 |
| Hex | 10 | 42 | 4D | 4F | E | 0 | 46 | BF | 42 | 12 |
| Octal | 20 | 102 | 115 | 117 | 16 | 0 | 106 | 277 | 102 | 22 |
| Binary | 10000 | 1000010 | 1001101 | 1001111 | 1110 | 0 | 1000110 | 10111111 | 1000010 | 10010 |
Color Harmonies of #10424D
Complementary color
Monochromatic Colors of #10424D
Black with #10424D
Text Example
Text Example
White with #10424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10424D; }
p { color: rgb(16,66,77); }
H1.HeaderClassName
{
color: #10424D;
}
.AnyTagClassName
{
color: #10424D;
}
</style>
background-color css
<style>
a { background-color: #10424D; }
a { background-color: rgb(16,66,77); }
div.DivClassName
{
background-color: #10424D;
}
.BgClassName
{
background-color: #10424D;
}
</style>
border-color css
<style>
span { border-color: #10424D; }
span { border-color: rgb(16,66,77); }
td.TdClassName
{
border-color: #10424D;
}
.TagClassName
{
border-color: #10424D;
}
</style>