Shades of Sapphire #102F72
Tints of Sapphire #102F72
RGB
CMYK
RGB Variations
Color information
#102F72 (or 0x102F72) is known color: Sapphire. HEX triplet: 10, 2F and 72. RGB value is (16,47,114). Sum of RGB (Red+Green+Blue) = 16+47+114=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #102F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F72 is #EFD08D. Grayscale: #2D2D2D. Windows color (decimal): -15716494 or 7483152. OLE color: 7483152.
HSL color Cylindrical-coordinate representation of color #102F72: hue angle of 221.02º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102F72 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 47 | 114 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.55 |
| HSL | 221.02º | 0.75% | 0.25% | - |
| HSV(B) | 221.02º | 0.86% | 0.45% | - |
| XYZ | 4.27 | 3.36 | 16.34 | - |
| YUV | 45.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 114 | 0.86 | 0.59 | 0 | 0.55 | 221.02 | 0.75 | 0.25 |
| Hex | 10 | 2F | 72 | 56 | 3B | 0 | 37 | DD | 4B | 19 |
| Octal | 20 | 57 | 162 | 126 | 73 | 0 | 67 | 335 | 113 | 31 |
| Binary | 10000 | 101111 | 1110010 | 1010110 | 111011 | 0 | 110111 | 11011101 | 1001011 | 11001 |
Color Harmonies of #102F72
Complementary color
Monochromatic Colors of #102F72
Black with #102F72
Text Example
Text Example
White with #102F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F72; }
p { color: rgb(16,47,114); }
H1.HeaderClassName
{
color: #102F72;
}
.AnyTagClassName
{
color: #102F72;
}
</style>
background-color css
<style>
a { background-color: #102F72; }
a { background-color: rgb(16,47,114); }
div.DivClassName
{
background-color: #102F72;
}
.BgClassName
{
background-color: #102F72;
}
</style>
border-color css
<style>
span { border-color: #102F72; }
span { border-color: rgb(16,47,114); }
td.TdClassName
{
border-color: #102F72;
}
.TagClassName
{
border-color: #102F72;
}
</style>