Shades of Sapphire #102F74
Tints of Sapphire #102F74
RGB
CMYK
RGB Variations
Color information
#102F74 (or 0x102F74) is known color: Sapphire. HEX triplet: 10, 2F and 74. RGB value is (16,47,116). Sum of RGB (Red+Green+Blue) = 16+47+116=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #102F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F74 is #EFD08B. Grayscale: #2D2D2D. Windows color (decimal): -15716492 or 7614224. OLE color: 7614224.
HSL color Cylindrical-coordinate representation of color #102F74: hue angle of 221.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102F74 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 47 | 116 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.55 |
| HSL | 221.4º | 0.76% | 0.26% | - |
| HSV(B) | 221.4º | 0.86% | 0.45% | - |
| XYZ | 4.38 | 3.4 | 16.95 | - |
| YUV | 45.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 116 | 0.86 | 0.59 | 0 | 0.55 | 221.4 | 0.76 | 0.26 |
| Hex | 10 | 2F | 74 | 56 | 3B | 0 | 37 | DD | 4C | 1A |
| Octal | 20 | 57 | 164 | 126 | 73 | 0 | 67 | 335 | 114 | 32 |
| Binary | 10000 | 101111 | 1110100 | 1010110 | 111011 | 0 | 110111 | 11011101 | 1001100 | 11010 |
Color Harmonies of #102F74
Complementary color
Monochromatic Colors of #102F74
Black with #102F74
Text Example
Text Example
White with #102F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F74; }
p { color: rgb(16,47,116); }
H1.HeaderClassName
{
color: #102F74;
}
.AnyTagClassName
{
color: #102F74;
}
</style>
background-color css
<style>
a { background-color: #102F74; }
a { background-color: rgb(16,47,116); }
div.DivClassName
{
background-color: #102F74;
}
.BgClassName
{
background-color: #102F74;
}
</style>
border-color css
<style>
span { border-color: #102F74; }
span { border-color: rgb(16,47,116); }
td.TdClassName
{
border-color: #102F74;
}
.TagClassName
{
border-color: #102F74;
}
</style>