Shades of Sapphire #102B71
Tints of Sapphire #102B71
RGB
CMYK
RGB Variations
Color information
#102B71 (or 0x102B71) is known color: Sapphire. HEX triplet: 10, 2B and 71. RGB value is (16,43,113). Sum of RGB (Red+Green+Blue) = 16+43+113=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #102B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B71 is #EFD48E. Grayscale: #2A2A2A. Windows color (decimal): -15717519 or 7416592. OLE color: 7416592.
HSL color Cylindrical-coordinate representation of color #102B71: hue angle of 223.3º 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 #102B71 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 43 | 113 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.56 |
| HSL | 223.3º | 0.75% | 0.25% | - |
| HSV(B) | 223.3º | 0.86% | 0.44% | - |
| XYZ | 4.06 | 3.03 | 15.99 | - |
| YUV | 42.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 113 | 0.86 | 0.62 | 0 | 0.56 | 223.3 | 0.75 | 0.25 |
| Hex | 10 | 2B | 71 | 56 | 3E | 0 | 38 | DF | 4B | 19 |
| Octal | 20 | 53 | 161 | 126 | 76 | 0 | 70 | 337 | 113 | 31 |
| Binary | 10000 | 101011 | 1110001 | 1010110 | 111110 | 0 | 111000 | 11011111 | 1001011 | 11001 |
Color Harmonies of #102B71
Complementary color
Monochromatic Colors of #102B71
Black with #102B71
Text Example
Text Example
White with #102B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B71; }
p { color: rgb(16,43,113); }
H1.HeaderClassName
{
color: #102B71;
}
.AnyTagClassName
{
color: #102B71;
}
</style>
background-color css
<style>
a { background-color: #102B71; }
a { background-color: rgb(16,43,113); }
div.DivClassName
{
background-color: #102B71;
}
.BgClassName
{
background-color: #102B71;
}
</style>
border-color css
<style>
span { border-color: #102B71; }
span { border-color: rgb(16,43,113); }
td.TdClassName
{
border-color: #102B71;
}
.TagClassName
{
border-color: #102B71;
}
</style>