Shades of Sapphire #102B7D
Tints of Sapphire #102B7D
RGB
CMYK
RGB Variations
Color information
#102B7D (or 0x102B7D) is known color: Sapphire. HEX triplet: 10, 2B and 7D. RGB value is (16,43,125). Sum of RGB (Red+Green+Blue) = 16+43+125=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #102B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102B7D is #EFD482. Grayscale: #2B2B2B. Windows color (decimal): -15717507 or 8203024. OLE color: 8203024.
HSL color Cylindrical-coordinate representation of color #102B7D: hue angle of 225.14º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102B7D is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 43 | 125 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.51 |
| HSL | 225.14º | 0.77% | 0.28% | - |
| HSV(B) | 225.14º | 0.87% | 0.49% | - |
| XYZ | 4.78 | 3.32 | 19.79 | - |
| YUV | 44.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 125 | 0.87 | 0.66 | 0 | 0.51 | 225.14 | 0.77 | 0.28 |
| Hex | 10 | 2B | 7D | 57 | 42 | 0 | 33 | E1 | 4D | 1C |
| Octal | 20 | 53 | 175 | 127 | 102 | 0 | 63 | 341 | 115 | 34 |
| Binary | 10000 | 101011 | 1111101 | 1010111 | 1000010 | 0 | 110011 | 11100001 | 1001101 | 11100 |
Color Harmonies of #102B7D
Complementary color
Monochromatic Colors of #102B7D
Black with #102B7D
Text Example
Text Example
White with #102B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B7D; }
p { color: rgb(16,43,125); }
H1.HeaderClassName
{
color: #102B7D;
}
.AnyTagClassName
{
color: #102B7D;
}
</style>
background-color css
<style>
a { background-color: #102B7D; }
a { background-color: rgb(16,43,125); }
div.DivClassName
{
background-color: #102B7D;
}
.BgClassName
{
background-color: #102B7D;
}
</style>
border-color css
<style>
span { border-color: #102B7D; }
span { border-color: rgb(16,43,125); }
td.TdClassName
{
border-color: #102B7D;
}
.TagClassName
{
border-color: #102B7D;
}
</style>