Shades of Sapphire #102673
Tints of Sapphire #102673
RGB
CMYK
RGB Variations
Color information
#102673 (or 0x102673) is known color: Sapphire. HEX triplet: 10, 26 and 73. RGB value is (16,38,115). Sum of RGB (Red+Green+Blue) = 16+38+115=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #102673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102673 is #EFD98C. Grayscale: #272727. Windows color (decimal): -15718797 or 7546384. OLE color: 7546384.
HSL color Cylindrical-coordinate representation of color #102673: hue angle of 226.67º 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 #102673 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 38 | 115 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.55 |
| HSL | 226.67º | 0.76% | 0.26% | - |
| HSV(B) | 226.67º | 0.86% | 0.45% | - |
| XYZ | 4 | 2.73 | 16.54 | - |
| YUV | 40.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 115 | 0.86 | 0.67 | 0 | 0.55 | 226.67 | 0.76 | 0.26 |
| Hex | 10 | 26 | 73 | 56 | 43 | 0 | 37 | E3 | 4C | 1A |
| Octal | 20 | 46 | 163 | 126 | 103 | 0 | 67 | 343 | 114 | 32 |
| Binary | 10000 | 100110 | 1110011 | 1010110 | 1000011 | 0 | 110111 | 11100011 | 1001100 | 11010 |
Color Harmonies of #102673
Complementary color
Monochromatic Colors of #102673
Black with #102673
Text Example
Text Example
White with #102673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102673; }
p { color: rgb(16,38,115); }
H1.HeaderClassName
{
color: #102673;
}
.AnyTagClassName
{
color: #102673;
}
</style>
background-color css
<style>
a { background-color: #102673; }
a { background-color: rgb(16,38,115); }
div.DivClassName
{
background-color: #102673;
}
.BgClassName
{
background-color: #102673;
}
</style>
border-color css
<style>
span { border-color: #102673; }
span { border-color: rgb(16,38,115); }
td.TdClassName
{
border-color: #102673;
}
.TagClassName
{
border-color: #102673;
}
</style>