Shades of Sapphire #102772
Tints of Sapphire #102772
RGB
CMYK
RGB Variations
Color information
#102772 (or 0x102772) is known color: Sapphire. HEX triplet: 10, 27 and 72. RGB value is (16,39,114). Sum of RGB (Red+Green+Blue) = 16+39+114=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #102772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102772 is #EFD88D. Grayscale: #282828. Windows color (decimal): -15718542 or 7481104. OLE color: 7481104.
HSL color Cylindrical-coordinate representation of color #102772: hue angle of 225.92º 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 #102772 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 39 | 114 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.55 |
| HSL | 225.92º | 0.75% | 0.25% | - |
| HSV(B) | 225.92º | 0.86% | 0.45% | - |
| XYZ | 3.98 | 2.78 | 16.25 | - |
| YUV | 40.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 114 | 0.86 | 0.66 | 0 | 0.55 | 225.92 | 0.75 | 0.25 |
| Hex | 10 | 27 | 72 | 56 | 42 | 0 | 37 | E2 | 4B | 19 |
| Octal | 20 | 47 | 162 | 126 | 102 | 0 | 67 | 342 | 113 | 31 |
| Binary | 10000 | 100111 | 1110010 | 1010110 | 1000010 | 0 | 110111 | 11100010 | 1001011 | 11001 |
Color Harmonies of #102772
Complementary color
Monochromatic Colors of #102772
Black with #102772
Text Example
Text Example
White with #102772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102772; }
p { color: rgb(16,39,114); }
H1.HeaderClassName
{
color: #102772;
}
.AnyTagClassName
{
color: #102772;
}
</style>
background-color css
<style>
a { background-color: #102772; }
a { background-color: rgb(16,39,114); }
div.DivClassName
{
background-color: #102772;
}
.BgClassName
{
background-color: #102772;
}
</style>
border-color css
<style>
span { border-color: #102772; }
span { border-color: rgb(16,39,114); }
td.TdClassName
{
border-color: #102772;
}
.TagClassName
{
border-color: #102772;
}
</style>