Shades of Sapphire #102F7D
Tints of Sapphire #102F7D
RGB
CMYK
RGB Variations
Color information
#102F7D (or 0x102F7D) is known color: Sapphire. HEX triplet: 10, 2F and 7D. RGB value is (16,47,125). Sum of RGB (Red+Green+Blue) = 16+47+125=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #102F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F7D is #EFD082. Grayscale: #2E2E2E. Windows color (decimal): -15716483 or 8204048. OLE color: 8204048.
HSL color Cylindrical-coordinate representation of color #102F7D: hue angle of 222.94º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102F7D is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 47 | 125 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.51 |
| HSL | 222.94º | 0.77% | 0.28% | - |
| HSV(B) | 222.94º | 0.87% | 0.49% | - |
| XYZ | 4.93 | 3.62 | 19.84 | - |
| YUV | 46.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 125 | 0.87 | 0.62 | 0 | 0.51 | 222.94 | 0.77 | 0.28 |
| Hex | 10 | 2F | 7D | 57 | 3E | 0 | 33 | DF | 4D | 1C |
| Octal | 20 | 57 | 175 | 127 | 76 | 0 | 63 | 337 | 115 | 34 |
| Binary | 10000 | 101111 | 1111101 | 1010111 | 111110 | 0 | 110011 | 11011111 | 1001101 | 11100 |
Color Harmonies of #102F7D
Complementary color
Monochromatic Colors of #102F7D
Black with #102F7D
Text Example
Text Example
White with #102F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F7D; }
p { color: rgb(16,47,125); }
H1.HeaderClassName
{
color: #102F7D;
}
.AnyTagClassName
{
color: #102F7D;
}
</style>
background-color css
<style>
a { background-color: #102F7D; }
a { background-color: rgb(16,47,125); }
div.DivClassName
{
background-color: #102F7D;
}
.BgClassName
{
background-color: #102F7D;
}
</style>
border-color css
<style>
span { border-color: #102F7D; }
span { border-color: rgb(16,47,125); }
td.TdClassName
{
border-color: #102F7D;
}
.TagClassName
{
border-color: #102F7D;
}
</style>