Shades of Sapphire #102F5A
Tints of Sapphire #102F5A
RGB
CMYK
RGB Variations
Color information
#102F5A (or 0x102F5A) is known color: Sapphire. HEX triplet: 10, 2F and 5A. RGB value is (16,47,90). Sum of RGB (Red+Green+Blue) = 16+47+90=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #102F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F5A is #EFD0A5. Grayscale: #2A2A2A. Windows color (decimal): -15716518 or 5910288. OLE color: 5910288.
HSL color Cylindrical-coordinate representation of color #102F5A: hue angle of 214.86º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102F5A is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 47 | 90 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.65 |
| HSL | 214.86º | 0.7% | 0.21% | - |
| HSV(B) | 214.86º | 0.82% | 0.35% | - |
| XYZ | 3.08 | 2.88 | 10.07 | - |
| YUV | 42.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 90 | 0.82 | 0.48 | 0 | 0.65 | 214.86 | 0.7 | 0.21 |
| Hex | 10 | 2F | 5A | 52 | 30 | 0 | 41 | D7 | 46 | 15 |
| Octal | 20 | 57 | 132 | 122 | 60 | 0 | 101 | 327 | 106 | 25 |
| Binary | 10000 | 101111 | 1011010 | 1010010 | 110000 | 0 | 1000001 | 11010111 | 1000110 | 10101 |
Color Harmonies of #102F5A
Complementary color
Monochromatic Colors of #102F5A
Black with #102F5A
Text Example
Text Example
White with #102F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F5A; }
p { color: rgb(16,47,90); }
H1.HeaderClassName
{
color: #102F5A;
}
.AnyTagClassName
{
color: #102F5A;
}
</style>
background-color css
<style>
a { background-color: #102F5A; }
a { background-color: rgb(16,47,90); }
div.DivClassName
{
background-color: #102F5A;
}
.BgClassName
{
background-color: #102F5A;
}
</style>
border-color css
<style>
span { border-color: #102F5A; }
span { border-color: rgb(16,47,90); }
td.TdClassName
{
border-color: #102F5A;
}
.TagClassName
{
border-color: #102F5A;
}
</style>