Shades of Sapphire #102B7B
Tints of Sapphire #102B7B
RGB
CMYK
RGB Variations
Color information
#102B7B (or 0x102B7B) is known color: Sapphire. HEX triplet: 10, 2B and 7B. RGB value is (16,43,123). Sum of RGB (Red+Green+Blue) = 16+43+123=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #102B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B7B is #EFD484. Grayscale: #2B2B2B. Windows color (decimal): -15717509 or 8071952. OLE color: 8071952.
HSL color Cylindrical-coordinate representation of color #102B7B: hue angle of 224.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102B7B is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 43 | 123 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.52 |
| HSL | 224.86º | 0.77% | 0.27% | - |
| HSV(B) | 224.86º | 0.87% | 0.48% | - |
| XYZ | 4.65 | 3.27 | 19.12 | - |
| YUV | 44.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 123 | 0.87 | 0.65 | 0 | 0.52 | 224.86 | 0.77 | 0.27 |
| Hex | 10 | 2B | 7B | 57 | 41 | 0 | 34 | E1 | 4D | 1B |
| Octal | 20 | 53 | 173 | 127 | 101 | 0 | 64 | 341 | 115 | 33 |
| Binary | 10000 | 101011 | 1111011 | 1010111 | 1000001 | 0 | 110100 | 11100001 | 1001101 | 11011 |
Color Harmonies of #102B7B
Complementary color
Monochromatic Colors of #102B7B
Black with #102B7B
Text Example
Text Example
White with #102B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B7B; }
p { color: rgb(16,43,123); }
H1.HeaderClassName
{
color: #102B7B;
}
.AnyTagClassName
{
color: #102B7B;
}
</style>
background-color css
<style>
a { background-color: #102B7B; }
a { background-color: rgb(16,43,123); }
div.DivClassName
{
background-color: #102B7B;
}
.BgClassName
{
background-color: #102B7B;
}
</style>
border-color css
<style>
span { border-color: #102B7B; }
span { border-color: rgb(16,43,123); }
td.TdClassName
{
border-color: #102B7B;
}
.TagClassName
{
border-color: #102B7B;
}
</style>