Shades of Sapphire #102D58
Tints of Sapphire #102D58
RGB
CMYK
RGB Variations
Color information
#102D58 (or 0x102D58) is known color: Sapphire. HEX triplet: 10, 2D and 58. RGB value is (16,45,88). Sum of RGB (Red+Green+Blue) = 16+45+88=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #102D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D58 is #EFD2A7. Grayscale: #292929. Windows color (decimal): -15717032 or 5778704. OLE color: 5778704.
HSL color Cylindrical-coordinate representation of color #102D58: hue angle of 215.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102D58 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 45 | 88 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.65 |
| HSL | 215.83º | 0.69% | 0.2% | - |
| HSV(B) | 215.83º | 0.82% | 0.35% | - |
| XYZ | 2.91 | 2.69 | 9.6 | - |
| YUV | 41.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 88 | 0.82 | 0.49 | 0 | 0.65 | 215.83 | 0.69 | 0.2 |
| Hex | 10 | 2D | 58 | 52 | 31 | 0 | 41 | D8 | 45 | 14 |
| Octal | 20 | 55 | 130 | 122 | 61 | 0 | 101 | 330 | 105 | 24 |
| Binary | 10000 | 101101 | 1011000 | 1010010 | 110001 | 0 | 1000001 | 11011000 | 1000101 | 10100 |
Color Harmonies of #102D58
Complementary color
Monochromatic Colors of #102D58
Black with #102D58
Text Example
Text Example
White with #102D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D58; }
p { color: rgb(16,45,88); }
H1.HeaderClassName
{
color: #102D58;
}
.AnyTagClassName
{
color: #102D58;
}
</style>
background-color css
<style>
a { background-color: #102D58; }
a { background-color: rgb(16,45,88); }
div.DivClassName
{
background-color: #102D58;
}
.BgClassName
{
background-color: #102D58;
}
</style>
border-color css
<style>
span { border-color: #102D58; }
span { border-color: rgb(16,45,88); }
td.TdClassName
{
border-color: #102D58;
}
.TagClassName
{
border-color: #102D58;
}
</style>