Shades of Sapphire #102D60
Tints of Sapphire #102D60
RGB
CMYK
RGB Variations
Color information
#102D60 (or 0x102D60) is known color: Sapphire. HEX triplet: 10, 2D and 60. RGB value is (16,45,96). Sum of RGB (Red+Green+Blue) = 16+45+96=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #102D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D60 is #EFD29F. Grayscale: #292929. Windows color (decimal): -15717024 or 6302992. OLE color: 6302992.
HSL color Cylindrical-coordinate representation of color #102D60: hue angle of 218.25º 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 #102D60 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 45 | 96 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.62 |
| HSL | 218.25º | 0.71% | 0.22% | - |
| HSV(B) | 218.25º | 0.83% | 0.38% | - |
| XYZ | 3.26 | 2.83 | 11.44 | - |
| YUV | 42.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 96 | 0.83 | 0.53 | 0 | 0.62 | 218.25 | 0.71 | 0.22 |
| Hex | 10 | 2D | 60 | 53 | 35 | 0 | 3E | DA | 47 | 16 |
| Octal | 20 | 55 | 140 | 123 | 65 | 0 | 76 | 332 | 107 | 26 |
| Binary | 10000 | 101101 | 1100000 | 1010011 | 110101 | 0 | 111110 | 11011010 | 1000111 | 10110 |
Color Harmonies of #102D60
Complementary color
Monochromatic Colors of #102D60
Black with #102D60
Text Example
Text Example
White with #102D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D60; }
p { color: rgb(16,45,96); }
H1.HeaderClassName
{
color: #102D60;
}
.AnyTagClassName
{
color: #102D60;
}
</style>
background-color css
<style>
a { background-color: #102D60; }
a { background-color: rgb(16,45,96); }
div.DivClassName
{
background-color: #102D60;
}
.BgClassName
{
background-color: #102D60;
}
</style>
border-color css
<style>
span { border-color: #102D60; }
span { border-color: rgb(16,45,96); }
td.TdClassName
{
border-color: #102D60;
}
.TagClassName
{
border-color: #102D60;
}
</style>