Shades of Sapphire #102D55
Tints of Sapphire #102D55
RGB
CMYK
RGB Variations
Color information
#102D55 (or 0x102D55) is known color: Sapphire. HEX triplet: 10, 2D and 55. RGB value is (16,45,85). Sum of RGB (Red+Green+Blue) = 16+45+85=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #102D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D55 is #EFD2AA. Grayscale: #282828. Windows color (decimal): -15717035 or 5582096. OLE color: 5582096.
HSL color Cylindrical-coordinate representation of color #102D55: hue angle of 214.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102D55 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 45 | 85 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.67 |
| HSL | 214.78º | 0.68% | 0.2% | - |
| HSV(B) | 214.78º | 0.81% | 0.33% | - |
| XYZ | 2.79 | 2.64 | 8.96 | - |
| YUV | 40.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 85 | 0.81 | 0.47 | 0 | 0.67 | 214.78 | 0.68 | 0.2 |
| Hex | 10 | 2D | 55 | 51 | 2F | 0 | 43 | D7 | 44 | 14 |
| Octal | 20 | 55 | 125 | 121 | 57 | 0 | 103 | 327 | 104 | 24 |
| Binary | 10000 | 101101 | 1010101 | 1010001 | 101111 | 0 | 1000011 | 11010111 | 1000100 | 10100 |
Color Harmonies of #102D55
Complementary color
Monochromatic Colors of #102D55
Black with #102D55
Text Example
Text Example
White with #102D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D55; }
p { color: rgb(16,45,85); }
H1.HeaderClassName
{
color: #102D55;
}
.AnyTagClassName
{
color: #102D55;
}
</style>
background-color css
<style>
a { background-color: #102D55; }
a { background-color: rgb(16,45,85); }
div.DivClassName
{
background-color: #102D55;
}
.BgClassName
{
background-color: #102D55;
}
</style>
border-color css
<style>
span { border-color: #102D55; }
span { border-color: rgb(16,45,85); }
td.TdClassName
{
border-color: #102D55;
}
.TagClassName
{
border-color: #102D55;
}
</style>