Shades of Cyprus #10454C
Tints of Cyprus #10454C
RGB
CMYK
RGB Variations
Color information
#10454C (or 0x10454C) is known color: Cyprus. HEX triplet: 10, 45 and 4C. RGB value is (16,69,76). Sum of RGB (Red+Green+Blue) = 16+69+76=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #10454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10454C is #EFBAB3. Grayscale: #353535. Windows color (decimal): -15710900 or 4998416. OLE color: 4998416.
HSL color Cylindrical-coordinate representation of color #10454C: hue angle of 187º 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 #10454C is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 69 | 76 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.70 |
| HSL | 187º | 0.65% | 0.18% | - |
| HSV(B) | 187º | 0.79% | 0.3% | - |
| XYZ | 3.65 | 4.89 | 7.59 | - |
| YUV | 53.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 76 | 0.79 | 0.09 | 0 | 0.70 | 187 | 0.65 | 0.18 |
| Hex | 10 | 45 | 4C | 4F | 9 | 0 | 46 | BB | 41 | 12 |
| Octal | 20 | 105 | 114 | 117 | 11 | 0 | 106 | 273 | 101 | 22 |
| Binary | 10000 | 1000101 | 1001100 | 1001111 | 1001 | 0 | 1000110 | 10111011 | 1000001 | 10010 |
Color Harmonies of #10454C
Complementary color
Monochromatic Colors of #10454C
Black with #10454C
Text Example
Text Example
White with #10454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10454C; }
p { color: rgb(16,69,76); }
H1.HeaderClassName
{
color: #10454C;
}
.AnyTagClassName
{
color: #10454C;
}
</style>
background-color css
<style>
a { background-color: #10454C; }
a { background-color: rgb(16,69,76); }
div.DivClassName
{
background-color: #10454C;
}
.BgClassName
{
background-color: #10454C;
}
</style>
border-color css
<style>
span { border-color: #10454C; }
span { border-color: rgb(16,69,76); }
td.TdClassName
{
border-color: #10454C;
}
.TagClassName
{
border-color: #10454C;
}
</style>