Shades of Sapphire #102567
Tints of Sapphire #102567
RGB
CMYK
RGB Variations
Color information
#102567 (or 0x102567) is known color: Sapphire. HEX triplet: 10, 25 and 67. RGB value is (16,37,103). Sum of RGB (Red+Green+Blue) = 16+37+103=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #102567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102567 is #EFDA98. Grayscale: #252525. Windows color (decimal): -15719065 or 6759696. OLE color: 6759696.
HSL color Cylindrical-coordinate representation of color #102567: hue angle of 225.52º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102567 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 37 | 103 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.60 |
| HSL | 225.52º | 0.73% | 0.23% | - |
| HSV(B) | 225.52º | 0.84% | 0.4% | - |
| XYZ | 3.32 | 2.41 | 13.12 | - |
| YUV | 38.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 103 | 0.84 | 0.64 | 0 | 0.60 | 225.52 | 0.73 | 0.23 |
| Hex | 10 | 25 | 67 | 54 | 40 | 0 | 3C | E2 | 49 | 17 |
| Octal | 20 | 45 | 147 | 124 | 100 | 0 | 74 | 342 | 111 | 27 |
| Binary | 10000 | 100101 | 1100111 | 1010100 | 1000000 | 0 | 111100 | 11100010 | 1001001 | 10111 |
Color Harmonies of #102567
Complementary color
Monochromatic Colors of #102567
Black with #102567
Text Example
Text Example
White with #102567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102567; }
p { color: rgb(16,37,103); }
H1.HeaderClassName
{
color: #102567;
}
.AnyTagClassName
{
color: #102567;
}
</style>
background-color css
<style>
a { background-color: #102567; }
a { background-color: rgb(16,37,103); }
div.DivClassName
{
background-color: #102567;
}
.BgClassName
{
background-color: #102567;
}
</style>
border-color css
<style>
span { border-color: #102567; }
span { border-color: rgb(16,37,103); }
td.TdClassName
{
border-color: #102567;
}
.TagClassName
{
border-color: #102567;
}
</style>