Shades of Cyprus #10434D
Tints of Cyprus #10434D
RGB
CMYK
RGB Variations
Color information
#10434D (or 0x10434D) is known color: Cyprus. HEX triplet: 10, 43 and 4D. RGB value is (16,67,77). Sum of RGB (Red+Green+Blue) = 16+67+77=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #10434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10434D is #EFBCB2. Grayscale: #343434. Windows color (decimal): -15711411 or 5063440. OLE color: 5063440.
HSL color Cylindrical-coordinate representation of color #10434D: hue angle of 189.84º 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 #10434D is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 67 | 77 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.70 |
| HSL | 189.84º | 0.66% | 0.18% | - |
| HSV(B) | 189.84º | 0.79% | 0.3% | - |
| XYZ | 3.56 | 4.66 | 7.73 | - |
| YUV | 52.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 77 | 0.79 | 0.13 | 0 | 0.70 | 189.84 | 0.66 | 0.18 |
| Hex | 10 | 43 | 4D | 4F | D | 0 | 46 | BE | 42 | 12 |
| Octal | 20 | 103 | 115 | 117 | 15 | 0 | 106 | 276 | 102 | 22 |
| Binary | 10000 | 1000011 | 1001101 | 1001111 | 1101 | 0 | 1000110 | 10111110 | 1000010 | 10010 |
Color Harmonies of #10434D
Complementary color
Monochromatic Colors of #10434D
Black with #10434D
Text Example
Text Example
White with #10434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10434D; }
p { color: rgb(16,67,77); }
H1.HeaderClassName
{
color: #10434D;
}
.AnyTagClassName
{
color: #10434D;
}
</style>
background-color css
<style>
a { background-color: #10434D; }
a { background-color: rgb(16,67,77); }
div.DivClassName
{
background-color: #10434D;
}
.BgClassName
{
background-color: #10434D;
}
</style>
border-color css
<style>
span { border-color: #10434D; }
span { border-color: rgb(16,67,77); }
td.TdClassName
{
border-color: #10434D;
}
.TagClassName
{
border-color: #10434D;
}
</style>