Shades of Sapphire #102F6C
Tints of Sapphire #102F6C
RGB
CMYK
RGB Variations
Color information
#102F6C (or 0x102F6C) is known color: Sapphire. HEX triplet: 10, 2F and 6C. RGB value is (16,47,108). Sum of RGB (Red+Green+Blue) = 16+47+108=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #102F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F6C is #EFD093. Grayscale: #2C2C2C. Windows color (decimal): -15716500 or 7089936. OLE color: 7089936.
HSL color Cylindrical-coordinate representation of color #102F6C: hue angle of 219.78º 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 #102F6C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 47 | 108 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.58 |
| HSL | 219.78º | 0.74% | 0.24% | - |
| HSV(B) | 219.78º | 0.85% | 0.42% | - |
| XYZ | 3.94 | 3.23 | 14.6 | - |
| YUV | 44.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 108 | 0.85 | 0.56 | 0 | 0.58 | 219.78 | 0.74 | 0.24 |
| Hex | 10 | 2F | 6C | 55 | 38 | 0 | 3A | DC | 4A | 18 |
| Octal | 20 | 57 | 154 | 125 | 70 | 0 | 72 | 334 | 112 | 30 |
| Binary | 10000 | 101111 | 1101100 | 1010101 | 111000 | 0 | 111010 | 11011100 | 1001010 | 11000 |
Color Harmonies of #102F6C
Complementary color
Monochromatic Colors of #102F6C
Black with #102F6C
Text Example
Text Example
White with #102F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F6C; }
p { color: rgb(16,47,108); }
H1.HeaderClassName
{
color: #102F6C;
}
.AnyTagClassName
{
color: #102F6C;
}
</style>
background-color css
<style>
a { background-color: #102F6C; }
a { background-color: rgb(16,47,108); }
div.DivClassName
{
background-color: #102F6C;
}
.BgClassName
{
background-color: #102F6C;
}
</style>
border-color css
<style>
span { border-color: #102F6C; }
span { border-color: rgb(16,47,108); }
td.TdClassName
{
border-color: #102F6C;
}
.TagClassName
{
border-color: #102F6C;
}
</style>