Shades of Sapphire #102658
Tints of Sapphire #102658
RGB
CMYK
RGB Variations
Color information
#102658 (or 0x102658) is known color: Sapphire. HEX triplet: 10, 26 and 58. RGB value is (16,38,88). Sum of RGB (Red+Green+Blue) = 16+38+88=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #102658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102658 is #EFD9A7. Grayscale: #242424. Windows color (decimal): -15718824 or 5776912. OLE color: 5776912.
HSL color Cylindrical-coordinate representation of color #102658: hue angle of 221.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102658 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 38 | 88 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.65 |
| HSL | 221.67º | 0.69% | 0.2% | - |
| HSV(B) | 221.67º | 0.82% | 0.35% | - |
| XYZ | 2.67 | 2.2 | 9.52 | - |
| YUV | 37.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 88 | 0.82 | 0.57 | 0 | 0.65 | 221.67 | 0.69 | 0.2 |
| Hex | 10 | 26 | 58 | 52 | 39 | 0 | 41 | DE | 45 | 14 |
| Octal | 20 | 46 | 130 | 122 | 71 | 0 | 101 | 336 | 105 | 24 |
| Binary | 10000 | 100110 | 1011000 | 1010010 | 111001 | 0 | 1000001 | 11011110 | 1000101 | 10100 |
Color Harmonies of #102658
Complementary color
Monochromatic Colors of #102658
Black with #102658
Text Example
Text Example
White with #102658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102658; }
p { color: rgb(16,38,88); }
H1.HeaderClassName
{
color: #102658;
}
.AnyTagClassName
{
color: #102658;
}
</style>
background-color css
<style>
a { background-color: #102658; }
a { background-color: rgb(16,38,88); }
div.DivClassName
{
background-color: #102658;
}
.BgClassName
{
background-color: #102658;
}
</style>
border-color css
<style>
span { border-color: #102658; }
span { border-color: rgb(16,38,88); }
td.TdClassName
{
border-color: #102658;
}
.TagClassName
{
border-color: #102658;
}
</style>