Shades of Sapphire #102D69
Tints of Sapphire #102D69
RGB
CMYK
RGB Variations
Color information
#102D69 (or 0x102D69) is known color: Sapphire. HEX triplet: 10, 2D and 69. RGB value is (16,45,105). Sum of RGB (Red+Green+Blue) = 16+45+105=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #102D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D69 is #EFD296. Grayscale: #2A2A2A. Windows color (decimal): -15717015 or 6892816. OLE color: 6892816.
HSL color Cylindrical-coordinate representation of color #102D69: hue angle of 220.45º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102D69 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 45 | 105 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.59 |
| HSL | 220.45º | 0.74% | 0.24% | - |
| HSV(B) | 220.45º | 0.85% | 0.41% | - |
| XYZ | 3.7 | 3.01 | 13.75 | - |
| YUV | 43.17 | 162.89 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 105 | 0.85 | 0.57 | 0 | 0.59 | 220.45 | 0.74 | 0.24 |
| Hex | 10 | 2D | 69 | 55 | 39 | 0 | 3B | DC | 4A | 18 |
| Octal | 20 | 55 | 151 | 125 | 71 | 0 | 73 | 334 | 112 | 30 |
| Binary | 10000 | 101101 | 1101001 | 1010101 | 111001 | 0 | 111011 | 11011100 | 1001010 | 11000 |
Color Harmonies of #102D69
Complementary color
Monochromatic Colors of #102D69
Black with #102D69
Text Example
Text Example
White with #102D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D69; }
p { color: rgb(16,45,105); }
H1.HeaderClassName
{
color: #102D69;
}
.AnyTagClassName
{
color: #102D69;
}
</style>
background-color css
<style>
a { background-color: #102D69; }
a { background-color: rgb(16,45,105); }
div.DivClassName
{
background-color: #102D69;
}
.BgClassName
{
background-color: #102D69;
}
</style>
border-color css
<style>
span { border-color: #102D69; }
span { border-color: rgb(16,45,105); }
td.TdClassName
{
border-color: #102D69;
}
.TagClassName
{
border-color: #102D69;
}
</style>