Shades of Sapphire #103072
Tints of Sapphire #103072
RGB
CMYK
RGB Variations
Color information
#103072 (or 0x103072) is known color: Sapphire. HEX triplet: 10, 30 and 72. RGB value is (16,48,114). Sum of RGB (Red+Green+Blue) = 16+48+114=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #103072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103072 is #EFCF8D. Grayscale: #2D2D2D. Windows color (decimal): -15716238 or 7483408. OLE color: 7483408.
HSL color Cylindrical-coordinate representation of color #103072: hue angle of 220.41º 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 #103072 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 48 | 114 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.55 |
| HSL | 220.41º | 0.75% | 0.25% | - |
| HSV(B) | 220.41º | 0.86% | 0.45% | - |
| XYZ | 4.31 | 3.44 | 16.36 | - |
| YUV | 45.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 114 | 0.86 | 0.58 | 0 | 0.55 | 220.41 | 0.75 | 0.25 |
| Hex | 10 | 30 | 72 | 56 | 3A | 0 | 37 | DC | 4B | 19 |
| Octal | 20 | 60 | 162 | 126 | 72 | 0 | 67 | 334 | 113 | 31 |
| Binary | 10000 | 110000 | 1110010 | 1010110 | 111010 | 0 | 110111 | 11011100 | 1001011 | 11001 |
Color Harmonies of #103072
Complementary color
Monochromatic Colors of #103072
Black with #103072
Text Example
Text Example
White with #103072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103072; }
p { color: rgb(16,48,114); }
H1.HeaderClassName
{
color: #103072;
}
.AnyTagClassName
{
color: #103072;
}
</style>
background-color css
<style>
a { background-color: #103072; }
a { background-color: rgb(16,48,114); }
div.DivClassName
{
background-color: #103072;
}
.BgClassName
{
background-color: #103072;
}
</style>
border-color css
<style>
span { border-color: #103072; }
span { border-color: rgb(16,48,114); }
td.TdClassName
{
border-color: #103072;
}
.TagClassName
{
border-color: #103072;
}
</style>