Shades of Sapphire #102970
Tints of Sapphire #102970
RGB
CMYK
RGB Variations
Color information
#102970 (or 0x102970) is known color: Sapphire. HEX triplet: 10, 29 and 70. RGB value is (16,41,112). Sum of RGB (Red+Green+Blue) = 16+41+112=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #102970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102970 is #EFD68F. Grayscale: #292929. Windows color (decimal): -15718032 or 7350544. OLE color: 7350544.
HSL color Cylindrical-coordinate representation of color #102970: hue angle of 224.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102970 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 41 | 112 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.56 |
| HSL | 224.38º | 0.75% | 0.25% | - |
| HSV(B) | 224.38º | 0.86% | 0.44% | - |
| XYZ | 3.93 | 2.87 | 15.68 | - |
| YUV | 41.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 112 | 0.86 | 0.63 | 0 | 0.56 | 224.38 | 0.75 | 0.25 |
| Hex | 10 | 29 | 70 | 56 | 3F | 0 | 38 | E0 | 4B | 19 |
| Octal | 20 | 51 | 160 | 126 | 77 | 0 | 70 | 340 | 113 | 31 |
| Binary | 10000 | 101001 | 1110000 | 1010110 | 111111 | 0 | 111000 | 11100000 | 1001011 | 11001 |
Color Harmonies of #102970
Complementary color
Monochromatic Colors of #102970
Black with #102970
Text Example
Text Example
White with #102970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102970; }
p { color: rgb(16,41,112); }
H1.HeaderClassName
{
color: #102970;
}
.AnyTagClassName
{
color: #102970;
}
</style>
background-color css
<style>
a { background-color: #102970; }
a { background-color: rgb(16,41,112); }
div.DivClassName
{
background-color: #102970;
}
.BgClassName
{
background-color: #102970;
}
</style>
border-color css
<style>
span { border-color: #102970; }
span { border-color: rgb(16,41,112); }
td.TdClassName
{
border-color: #102970;
}
.TagClassName
{
border-color: #102970;
}
</style>