Shades of Sapphire #102A5F
Tints of Sapphire #102A5F
RGB
CMYK
RGB Variations
Color information
#102A5F (or 0x102A5F) is known color: Sapphire. HEX triplet: 10, 2A and 5F. RGB value is (16,42,95). Sum of RGB (Red+Green+Blue) = 16+42+95=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #102A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A5F is #EFD5A0. Grayscale: #282828. Windows color (decimal): -15717793 or 6236688. OLE color: 6236688.
HSL color Cylindrical-coordinate representation of color #102A5F: hue angle of 220.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102A5F is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 42 | 95 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.63 |
| HSL | 220.25º | 0.71% | 0.22% | - |
| HSV(B) | 220.25º | 0.83% | 0.37% | - |
| XYZ | 3.11 | 2.59 | 11.16 | - |
| YUV | 40.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 95 | 0.83 | 0.56 | 0 | 0.63 | 220.25 | 0.71 | 0.22 |
| Hex | 10 | 2A | 5F | 53 | 38 | 0 | 3F | DC | 47 | 16 |
| Octal | 20 | 52 | 137 | 123 | 70 | 0 | 77 | 334 | 107 | 26 |
| Binary | 10000 | 101010 | 1011111 | 1010011 | 111000 | 0 | 111111 | 11011100 | 1000111 | 10110 |
Color Harmonies of #102A5F
Complementary color
Monochromatic Colors of #102A5F
Black with #102A5F
Text Example
Text Example
White with #102A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A5F; }
p { color: rgb(16,42,95); }
H1.HeaderClassName
{
color: #102A5F;
}
.AnyTagClassName
{
color: #102A5F;
}
</style>
background-color css
<style>
a { background-color: #102A5F; }
a { background-color: rgb(16,42,95); }
div.DivClassName
{
background-color: #102A5F;
}
.BgClassName
{
background-color: #102A5F;
}
</style>
border-color css
<style>
span { border-color: #102A5F; }
span { border-color: rgb(16,42,95); }
td.TdClassName
{
border-color: #102A5F;
}
.TagClassName
{
border-color: #102A5F;
}
</style>