Shades of Sapphire #102972
Tints of Sapphire #102972
RGB
CMYK
RGB Variations
Color information
#102972 (or 0x102972) is known color: Sapphire. HEX triplet: 10, 29 and 72. RGB value is (16,41,114). Sum of RGB (Red+Green+Blue) = 16+41+114=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #102972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102972 is #EFD68D. Grayscale: #292929. Windows color (decimal): -15718030 or 7481616. OLE color: 7481616.
HSL color Cylindrical-coordinate representation of color #102972: hue angle of 224.69º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102972 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 41 | 114 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.55 |
| HSL | 224.69º | 0.75% | 0.25% | - |
| HSV(B) | 224.69º | 0.86% | 0.45% | - |
| XYZ | 4.04 | 2.91 | 16.27 | - |
| YUV | 41.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 114 | 0.86 | 0.64 | 0 | 0.55 | 224.69 | 0.75 | 0.25 |
| Hex | 10 | 29 | 72 | 56 | 40 | 0 | 37 | E1 | 4B | 19 |
| Octal | 20 | 51 | 162 | 126 | 100 | 0 | 67 | 341 | 113 | 31 |
| Binary | 10000 | 101001 | 1110010 | 1010110 | 1000000 | 0 | 110111 | 11100001 | 1001011 | 11001 |
Color Harmonies of #102972
Complementary color
Monochromatic Colors of #102972
Black with #102972
Text Example
Text Example
White with #102972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102972; }
p { color: rgb(16,41,114); }
H1.HeaderClassName
{
color: #102972;
}
.AnyTagClassName
{
color: #102972;
}
</style>
background-color css
<style>
a { background-color: #102972; }
a { background-color: rgb(16,41,114); }
div.DivClassName
{
background-color: #102972;
}
.BgClassName
{
background-color: #102972;
}
</style>
border-color css
<style>
span { border-color: #102972; }
span { border-color: rgb(16,41,114); }
td.TdClassName
{
border-color: #102972;
}
.TagClassName
{
border-color: #102972;
}
</style>