Shades of Sapphire #10306B
Tints of Sapphire #10306B
RGB
CMYK
RGB Variations
Color information
#10306B (or 0x10306B) is known color: Sapphire. HEX triplet: 10, 30 and 6B. RGB value is (16,48,107). Sum of RGB (Red+Green+Blue) = 16+48+107=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #10306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10306B is #EFCF94. Grayscale: #2C2C2C. Windows color (decimal): -15716245 or 7024656. OLE color: 7024656.
HSL color Cylindrical-coordinate representation of color #10306B: hue angle of 218.9º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10306B is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 48 | 107 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.58 |
| HSL | 218.9º | 0.74% | 0.24% | - |
| HSV(B) | 218.9º | 0.85% | 0.42% | - |
| XYZ | 3.92 | 3.29 | 14.34 | - |
| YUV | 45.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 107 | 0.85 | 0.55 | 0 | 0.58 | 218.9 | 0.74 | 0.24 |
| Hex | 10 | 30 | 6B | 55 | 37 | 0 | 3A | DB | 4A | 18 |
| Octal | 20 | 60 | 153 | 125 | 67 | 0 | 72 | 333 | 112 | 30 |
| Binary | 10000 | 110000 | 1101011 | 1010101 | 110111 | 0 | 111010 | 11011011 | 1001010 | 11000 |
Color Harmonies of #10306B
Complementary color
Monochromatic Colors of #10306B
Black with #10306B
Text Example
Text Example
White with #10306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10306B; }
p { color: rgb(16,48,107); }
H1.HeaderClassName
{
color: #10306B;
}
.AnyTagClassName
{
color: #10306B;
}
</style>
background-color css
<style>
a { background-color: #10306B; }
a { background-color: rgb(16,48,107); }
div.DivClassName
{
background-color: #10306B;
}
.BgClassName
{
background-color: #10306B;
}
</style>
border-color css
<style>
span { border-color: #10306B; }
span { border-color: rgb(16,48,107); }
td.TdClassName
{
border-color: #10306B;
}
.TagClassName
{
border-color: #10306B;
}
</style>