Shades of Sapphire #102A6D
Tints of Sapphire #102A6D
RGB
CMYK
RGB Variations
Color information
#102A6D (or 0x102A6D) is known color: Sapphire. HEX triplet: 10, 2A and 6D. RGB value is (16,42,109). Sum of RGB (Red+Green+Blue) = 16+42+109=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #102A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A6D is #EFD592. Grayscale: #292929. Windows color (decimal): -15717779 or 7154192. OLE color: 7154192.
HSL color Cylindrical-coordinate representation of color #102A6D: hue angle of 223.23º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102A6D is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 42 | 109 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.57 |
| HSL | 223.23º | 0.74% | 0.25% | - |
| HSV(B) | 223.23º | 0.85% | 0.43% | - |
| XYZ | 3.8 | 2.87 | 14.82 | - |
| YUV | 41.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 109 | 0.85 | 0.61 | 0 | 0.57 | 223.23 | 0.74 | 0.25 |
| Hex | 10 | 2A | 6D | 55 | 3D | 0 | 39 | DF | 4A | 19 |
| Octal | 20 | 52 | 155 | 125 | 75 | 0 | 71 | 337 | 112 | 31 |
| Binary | 10000 | 101010 | 1101101 | 1010101 | 111101 | 0 | 111001 | 11011111 | 1001010 | 11001 |
Color Harmonies of #102A6D
Complementary color
Monochromatic Colors of #102A6D
Black with #102A6D
Text Example
Text Example
White with #102A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A6D; }
p { color: rgb(16,42,109); }
H1.HeaderClassName
{
color: #102A6D;
}
.AnyTagClassName
{
color: #102A6D;
}
</style>
background-color css
<style>
a { background-color: #102A6D; }
a { background-color: rgb(16,42,109); }
div.DivClassName
{
background-color: #102A6D;
}
.BgClassName
{
background-color: #102A6D;
}
</style>
border-color css
<style>
span { border-color: #102A6D; }
span { border-color: rgb(16,42,109); }
td.TdClassName
{
border-color: #102A6D;
}
.TagClassName
{
border-color: #102A6D;
}
</style>