Shades of Sapphire #102C70
Tints of Sapphire #102C70
RGB
CMYK
RGB Variations
Color information
#102C70 (or 0x102C70) is known color: Sapphire. HEX triplet: 10, 2C and 70. RGB value is (16,44,112). Sum of RGB (Red+Green+Blue) = 16+44+112=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #102C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C70 is #EFD38F. Grayscale: #2B2B2B. Windows color (decimal): -15717264 or 7351312. OLE color: 7351312.
HSL color Cylindrical-coordinate representation of color #102C70: hue angle of 222.5º 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 #102C70 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 44 | 112 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.56 |
| HSL | 222.5º | 0.75% | 0.25% | - |
| HSV(B) | 222.5º | 0.86% | 0.44% | - |
| XYZ | 4.04 | 3.08 | 15.71 | - |
| YUV | 43.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 112 | 0.86 | 0.61 | 0 | 0.56 | 222.5 | 0.75 | 0.25 |
| Hex | 10 | 2C | 70 | 56 | 3D | 0 | 38 | DE | 4B | 19 |
| Octal | 20 | 54 | 160 | 126 | 75 | 0 | 70 | 336 | 113 | 31 |
| Binary | 10000 | 101100 | 1110000 | 1010110 | 111101 | 0 | 111000 | 11011110 | 1001011 | 11001 |
Color Harmonies of #102C70
Complementary color
Monochromatic Colors of #102C70
Black with #102C70
Text Example
Text Example
White with #102C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C70; }
p { color: rgb(16,44,112); }
H1.HeaderClassName
{
color: #102C70;
}
.AnyTagClassName
{
color: #102C70;
}
</style>
background-color css
<style>
a { background-color: #102C70; }
a { background-color: rgb(16,44,112); }
div.DivClassName
{
background-color: #102C70;
}
.BgClassName
{
background-color: #102C70;
}
</style>
border-color css
<style>
span { border-color: #102C70; }
span { border-color: rgb(16,44,112); }
td.TdClassName
{
border-color: #102C70;
}
.TagClassName
{
border-color: #102C70;
}
</style>