Shades of Sapphire #102C58
Tints of Sapphire #102C58
RGB
CMYK
RGB Variations
Color information
#102C58 (or 0x102C58) is known color: Sapphire. HEX triplet: 10, 2C and 58. RGB value is (16,44,88). Sum of RGB (Red+Green+Blue) = 16+44+88=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #102C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C58 is #EFD3A7. Grayscale: #282828. Windows color (decimal): -15717288 or 5778448. OLE color: 5778448.
HSL color Cylindrical-coordinate representation of color #102C58: hue angle of 216.67º 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 #102C58 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 44 | 88 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.65 |
| HSL | 216.67º | 0.69% | 0.2% | - |
| HSV(B) | 216.67º | 0.82% | 0.35% | - |
| XYZ | 2.88 | 2.62 | 9.59 | - |
| YUV | 40.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 88 | 0.82 | 0.5 | 0 | 0.65 | 216.67 | 0.69 | 0.2 |
| Hex | 10 | 2C | 58 | 52 | 32 | 0 | 41 | D9 | 45 | 14 |
| Octal | 20 | 54 | 130 | 122 | 62 | 0 | 101 | 331 | 105 | 24 |
| Binary | 10000 | 101100 | 1011000 | 1010010 | 110010 | 0 | 1000001 | 11011001 | 1000101 | 10100 |
Color Harmonies of #102C58
Complementary color
Monochromatic Colors of #102C58
Black with #102C58
Text Example
Text Example
White with #102C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C58; }
p { color: rgb(16,44,88); }
H1.HeaderClassName
{
color: #102C58;
}
.AnyTagClassName
{
color: #102C58;
}
</style>
background-color css
<style>
a { background-color: #102C58; }
a { background-color: rgb(16,44,88); }
div.DivClassName
{
background-color: #102C58;
}
.BgClassName
{
background-color: #102C58;
}
</style>
border-color css
<style>
span { border-color: #102C58; }
span { border-color: rgb(16,44,88); }
td.TdClassName
{
border-color: #102C58;
}
.TagClassName
{
border-color: #102C58;
}
</style>