Shades of Sapphire #102F7C
Tints of Sapphire #102F7C
RGB
CMYK
RGB Variations
Color information
#102F7C (or 0x102F7C) is known color: Sapphire. HEX triplet: 10, 2F and 7C. RGB value is (16,47,124). Sum of RGB (Red+Green+Blue) = 16+47+124=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #102F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F7C is #EFD083. Grayscale: #2E2E2E. Windows color (decimal): -15716484 or 8138512. OLE color: 8138512.
HSL color Cylindrical-coordinate representation of color #102F7C: hue angle of 222.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102F7C is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 47 | 124 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.51 |
| HSL | 222.78º | 0.77% | 0.27% | - |
| HSV(B) | 222.78º | 0.87% | 0.49% | - |
| XYZ | 4.87 | 3.6 | 19.51 | - |
| YUV | 46.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 124 | 0.87 | 0.62 | 0 | 0.51 | 222.78 | 0.77 | 0.27 |
| Hex | 10 | 2F | 7C | 57 | 3E | 0 | 33 | DF | 4D | 1B |
| Octal | 20 | 57 | 174 | 127 | 76 | 0 | 63 | 337 | 115 | 33 |
| Binary | 10000 | 101111 | 1111100 | 1010111 | 111110 | 0 | 110011 | 11011111 | 1001101 | 11011 |
Color Harmonies of #102F7C
Complementary color
Monochromatic Colors of #102F7C
Black with #102F7C
Text Example
Text Example
White with #102F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F7C; }
p { color: rgb(16,47,124); }
H1.HeaderClassName
{
color: #102F7C;
}
.AnyTagClassName
{
color: #102F7C;
}
</style>
background-color css
<style>
a { background-color: #102F7C; }
a { background-color: rgb(16,47,124); }
div.DivClassName
{
background-color: #102F7C;
}
.BgClassName
{
background-color: #102F7C;
}
</style>
border-color css
<style>
span { border-color: #102F7C; }
span { border-color: rgb(16,47,124); }
td.TdClassName
{
border-color: #102F7C;
}
.TagClassName
{
border-color: #102F7C;
}
</style>