Shades of Sapphire #102A65
Tints of Sapphire #102A65
RGB
CMYK
RGB Variations
Color information
#102A65 (or 0x102A65) is known color: Sapphire. HEX triplet: 10, 2A and 65. RGB value is (16,42,101). Sum of RGB (Red+Green+Blue) = 16+42+101=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #102A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A65 is #EFD59A. Grayscale: #282828. Windows color (decimal): -15717787 or 6629904. OLE color: 6629904.
HSL color Cylindrical-coordinate representation of color #102A65: hue angle of 221.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102A65 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 42 | 101 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.60 |
| HSL | 221.65º | 0.73% | 0.23% | - |
| HSV(B) | 221.65º | 0.84% | 0.4% | - |
| XYZ | 3.39 | 2.71 | 12.66 | - |
| YUV | 40.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 101 | 0.84 | 0.58 | 0 | 0.60 | 221.65 | 0.73 | 0.23 |
| Hex | 10 | 2A | 65 | 54 | 3A | 0 | 3C | DE | 49 | 17 |
| Octal | 20 | 52 | 145 | 124 | 72 | 0 | 74 | 336 | 111 | 27 |
| Binary | 10000 | 101010 | 1100101 | 1010100 | 111010 | 0 | 111100 | 11011110 | 1001001 | 10111 |
Color Harmonies of #102A65
Complementary color
Monochromatic Colors of #102A65
Black with #102A65
Text Example
Text Example
White with #102A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A65; }
p { color: rgb(16,42,101); }
H1.HeaderClassName
{
color: #102A65;
}
.AnyTagClassName
{
color: #102A65;
}
</style>
background-color css
<style>
a { background-color: #102A65; }
a { background-color: rgb(16,42,101); }
div.DivClassName
{
background-color: #102A65;
}
.BgClassName
{
background-color: #102A65;
}
</style>
border-color css
<style>
span { border-color: #102A65; }
span { border-color: rgb(16,42,101); }
td.TdClassName
{
border-color: #102A65;
}
.TagClassName
{
border-color: #102A65;
}
</style>