Shades of Sapphire #102C60
Tints of Sapphire #102C60
RGB
CMYK
RGB Variations
Color information
#102C60 (or 0x102C60) is known color: Sapphire. HEX triplet: 10, 2C and 60. RGB value is (16,44,96). Sum of RGB (Red+Green+Blue) = 16+44+96=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #102C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C60 is #EFD39F. Grayscale: #292929. Windows color (decimal): -15717280 or 6302736. OLE color: 6302736.
HSL color Cylindrical-coordinate representation of color #102C60: hue angle of 219º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102C60 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 44 | 96 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.62 |
| HSL | 219º | 0.71% | 0.22% | - |
| HSV(B) | 219º | 0.83% | 0.38% | - |
| XYZ | 3.23 | 2.76 | 11.43 | - |
| YUV | 41.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 96 | 0.83 | 0.54 | 0 | 0.62 | 219 | 0.71 | 0.22 |
| Hex | 10 | 2C | 60 | 53 | 36 | 0 | 3E | DB | 47 | 16 |
| Octal | 20 | 54 | 140 | 123 | 66 | 0 | 76 | 333 | 107 | 26 |
| Binary | 10000 | 101100 | 1100000 | 1010011 | 110110 | 0 | 111110 | 11011011 | 1000111 | 10110 |
Color Harmonies of #102C60
Complementary color
Monochromatic Colors of #102C60
Black with #102C60
Text Example
Text Example
White with #102C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C60; }
p { color: rgb(16,44,96); }
H1.HeaderClassName
{
color: #102C60;
}
.AnyTagClassName
{
color: #102C60;
}
</style>
background-color css
<style>
a { background-color: #102C60; }
a { background-color: rgb(16,44,96); }
div.DivClassName
{
background-color: #102C60;
}
.BgClassName
{
background-color: #102C60;
}
</style>
border-color css
<style>
span { border-color: #102C60; }
span { border-color: rgb(16,44,96); }
td.TdClassName
{
border-color: #102C60;
}
.TagClassName
{
border-color: #102C60;
}
</style>