Shades of Sapphire #102D7B
Tints of Sapphire #102D7B
RGB
CMYK
RGB Variations
Color information
#102D7B (or 0x102D7B) is known color: Sapphire. HEX triplet: 10, 2D and 7B. RGB value is (16,45,123). Sum of RGB (Red+Green+Blue) = 16+45+123=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #102D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D7B is #EFD284. Grayscale: #2C2C2C. Windows color (decimal): -15716997 or 8072464. OLE color: 8072464.
HSL color Cylindrical-coordinate representation of color #102D7B: hue angle of 223.74º 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 #102D7B is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 45 | 123 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.52 |
| HSL | 223.74º | 0.77% | 0.27% | - |
| HSV(B) | 223.74º | 0.87% | 0.48% | - |
| XYZ | 4.73 | 3.42 | 19.15 | - |
| YUV | 45.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 123 | 0.87 | 0.63 | 0 | 0.52 | 223.74 | 0.77 | 0.27 |
| Hex | 10 | 2D | 7B | 57 | 3F | 0 | 34 | E0 | 4D | 1B |
| Octal | 20 | 55 | 173 | 127 | 77 | 0 | 64 | 340 | 115 | 33 |
| Binary | 10000 | 101101 | 1111011 | 1010111 | 111111 | 0 | 110100 | 11100000 | 1001101 | 11011 |
Color Harmonies of #102D7B
Complementary color
Monochromatic Colors of #102D7B
Black with #102D7B
Text Example
Text Example
White with #102D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D7B; }
p { color: rgb(16,45,123); }
H1.HeaderClassName
{
color: #102D7B;
}
.AnyTagClassName
{
color: #102D7B;
}
</style>
background-color css
<style>
a { background-color: #102D7B; }
a { background-color: rgb(16,45,123); }
div.DivClassName
{
background-color: #102D7B;
}
.BgClassName
{
background-color: #102D7B;
}
</style>
border-color css
<style>
span { border-color: #102D7B; }
span { border-color: rgb(16,45,123); }
td.TdClassName
{
border-color: #102D7B;
}
.TagClassName
{
border-color: #102D7B;
}
</style>