Shades of Sapphire #103273
Tints of Sapphire #103273
RGB
CMYK
RGB Variations
Color information
#103273 (or 0x103273) is known color: Sapphire. HEX triplet: 10, 32 and 73. RGB value is (16,50,115). Sum of RGB (Red+Green+Blue) = 16+50+115=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #103273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103273 is #EFCD8C. Grayscale: #2E2E2E. Windows color (decimal): -15715725 or 7549456. OLE color: 7549456.
HSL color Cylindrical-coordinate representation of color #103273: hue angle of 219.39º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103273 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 50 | 115 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.55 |
| HSL | 219.39º | 0.76% | 0.26% | - |
| HSV(B) | 219.39º | 0.86% | 0.45% | - |
| XYZ | 4.45 | 3.63 | 16.69 | - |
| YUV | 47.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 115 | 0.86 | 0.57 | 0 | 0.55 | 219.39 | 0.76 | 0.26 |
| Hex | 10 | 32 | 73 | 56 | 39 | 0 | 37 | DB | 4C | 1A |
| Octal | 20 | 62 | 163 | 126 | 71 | 0 | 67 | 333 | 114 | 32 |
| Binary | 10000 | 110010 | 1110011 | 1010110 | 111001 | 0 | 110111 | 11011011 | 1001100 | 11010 |
Color Harmonies of #103273
Complementary color
Monochromatic Colors of #103273
Black with #103273
Text Example
Text Example
White with #103273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103273; }
p { color: rgb(16,50,115); }
H1.HeaderClassName
{
color: #103273;
}
.AnyTagClassName
{
color: #103273;
}
</style>
background-color css
<style>
a { background-color: #103273; }
a { background-color: rgb(16,50,115); }
div.DivClassName
{
background-color: #103273;
}
.BgClassName
{
background-color: #103273;
}
</style>
border-color css
<style>
span { border-color: #103273; }
span { border-color: rgb(16,50,115); }
td.TdClassName
{
border-color: #103273;
}
.TagClassName
{
border-color: #103273;
}
</style>