Shades of Sapphire #102C6C
Tints of Sapphire #102C6C
RGB
CMYK
RGB Variations
Color information
#102C6C (or 0x102C6C) is known color: Sapphire. HEX triplet: 10, 2C and 6C. RGB value is (16,44,108). Sum of RGB (Red+Green+Blue) = 16+44+108=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #102C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C6C is #EFD393. Grayscale: #2A2A2A. Windows color (decimal): -15717268 or 7089168. OLE color: 7089168.
HSL color Cylindrical-coordinate representation of color #102C6C: hue angle of 221.74º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102C6C is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 44 | 108 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.58 |
| HSL | 221.74º | 0.74% | 0.24% | - |
| HSV(B) | 221.74º | 0.85% | 0.42% | - |
| XYZ | 3.82 | 2.99 | 14.56 | - |
| YUV | 42.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 108 | 0.85 | 0.59 | 0 | 0.58 | 221.74 | 0.74 | 0.24 |
| Hex | 10 | 2C | 6C | 55 | 3B | 0 | 3A | DE | 4A | 18 |
| Octal | 20 | 54 | 154 | 125 | 73 | 0 | 72 | 336 | 112 | 30 |
| Binary | 10000 | 101100 | 1101100 | 1010101 | 111011 | 0 | 111010 | 11011110 | 1001010 | 11000 |
Color Harmonies of #102C6C
Complementary color
Monochromatic Colors of #102C6C
Black with #102C6C
Text Example
Text Example
White with #102C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C6C; }
p { color: rgb(16,44,108); }
H1.HeaderClassName
{
color: #102C6C;
}
.AnyTagClassName
{
color: #102C6C;
}
</style>
background-color css
<style>
a { background-color: #102C6C; }
a { background-color: rgb(16,44,108); }
div.DivClassName
{
background-color: #102C6C;
}
.BgClassName
{
background-color: #102C6C;
}
</style>
border-color css
<style>
span { border-color: #102C6C; }
span { border-color: rgb(16,44,108); }
td.TdClassName
{
border-color: #102C6C;
}
.TagClassName
{
border-color: #102C6C;
}
</style>