Shades of Sapphire #102C62
Tints of Sapphire #102C62
RGB
CMYK
RGB Variations
Color information
#102C62 (or 0x102C62) is known color: Sapphire. HEX triplet: 10, 2C and 62. RGB value is (16,44,98). Sum of RGB (Red+Green+Blue) = 16+44+98=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #102C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C62 is #EFD39D. Grayscale: #292929. Windows color (decimal): -15717278 or 6433808. OLE color: 6433808.
HSL color Cylindrical-coordinate representation of color #102C62: hue angle of 219.51º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102C62 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 44 | 98 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.62 |
| HSL | 219.51º | 0.72% | 0.22% | - |
| HSV(B) | 219.51º | 0.84% | 0.38% | - |
| XYZ | 3.32 | 2.79 | 11.92 | - |
| YUV | 41.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 98 | 0.84 | 0.55 | 0 | 0.62 | 219.51 | 0.72 | 0.22 |
| Hex | 10 | 2C | 62 | 54 | 37 | 0 | 3E | DC | 48 | 16 |
| Octal | 20 | 54 | 142 | 124 | 67 | 0 | 76 | 334 | 110 | 26 |
| Binary | 10000 | 101100 | 1100010 | 1010100 | 110111 | 0 | 111110 | 11011100 | 1001000 | 10110 |
Color Harmonies of #102C62
Complementary color
Monochromatic Colors of #102C62
Black with #102C62
Text Example
Text Example
White with #102C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C62; }
p { color: rgb(16,44,98); }
H1.HeaderClassName
{
color: #102C62;
}
.AnyTagClassName
{
color: #102C62;
}
</style>
background-color css
<style>
a { background-color: #102C62; }
a { background-color: rgb(16,44,98); }
div.DivClassName
{
background-color: #102C62;
}
.BgClassName
{
background-color: #102C62;
}
</style>
border-color css
<style>
span { border-color: #102C62; }
span { border-color: rgb(16,44,98); }
td.TdClassName
{
border-color: #102C62;
}
.TagClassName
{
border-color: #102C62;
}
</style>