Shades of Sapphire #103272
Tints of Sapphire #103272
RGB
CMYK
RGB Variations
Color information
#103272 (or 0x103272) is known color: Sapphire. HEX triplet: 10, 32 and 72. RGB value is (16,50,114). Sum of RGB (Red+Green+Blue) = 16+50+114=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #103272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103272 is #EFCD8D. Grayscale: #2E2E2E. Windows color (decimal): -15715726 or 7483920. OLE color: 7483920.
HSL color Cylindrical-coordinate representation of color #103272: hue angle of 219.18º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103272 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 50 | 114 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.55 |
| HSL | 219.18º | 0.75% | 0.25% | - |
| HSV(B) | 219.18º | 0.86% | 0.45% | - |
| XYZ | 4.39 | 3.61 | 16.38 | - |
| YUV | 47.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 114 | 0.86 | 0.56 | 0 | 0.55 | 219.18 | 0.75 | 0.25 |
| Hex | 10 | 32 | 72 | 56 | 38 | 0 | 37 | DB | 4B | 19 |
| Octal | 20 | 62 | 162 | 126 | 70 | 0 | 67 | 333 | 113 | 31 |
| Binary | 10000 | 110010 | 1110010 | 1010110 | 111000 | 0 | 110111 | 11011011 | 1001011 | 11001 |
Color Harmonies of #103272
Complementary color
Monochromatic Colors of #103272
Black with #103272
Text Example
Text Example
White with #103272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103272; }
p { color: rgb(16,50,114); }
H1.HeaderClassName
{
color: #103272;
}
.AnyTagClassName
{
color: #103272;
}
</style>
background-color css
<style>
a { background-color: #103272; }
a { background-color: rgb(16,50,114); }
div.DivClassName
{
background-color: #103272;
}
.BgClassName
{
background-color: #103272;
}
</style>
border-color css
<style>
span { border-color: #103272; }
span { border-color: rgb(16,50,114); }
td.TdClassName
{
border-color: #103272;
}
.TagClassName
{
border-color: #103272;
}
</style>