Shades of Sapphire #102C72
Tints of Sapphire #102C72
RGB
CMYK
RGB Variations
Color information
#102C72 (or 0x102C72) is known color: Sapphire. HEX triplet: 10, 2C and 72. RGB value is (16,44,114). Sum of RGB (Red+Green+Blue) = 16+44+114=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #102C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C72 is #EFD38D. Grayscale: #2B2B2B. Windows color (decimal): -15717262 or 7482384. OLE color: 7482384.
HSL color Cylindrical-coordinate representation of color #102C72: hue angle of 222.86º 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 #102C72 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 44 | 114 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.55 |
| HSL | 222.86º | 0.75% | 0.25% | - |
| HSV(B) | 222.86º | 0.86% | 0.45% | - |
| XYZ | 4.15 | 3.13 | 16.3 | - |
| YUV | 43.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 114 | 0.86 | 0.61 | 0 | 0.55 | 222.86 | 0.75 | 0.25 |
| Hex | 10 | 2C | 72 | 56 | 3D | 0 | 37 | DF | 4B | 19 |
| Octal | 20 | 54 | 162 | 126 | 75 | 0 | 67 | 337 | 113 | 31 |
| Binary | 10000 | 101100 | 1110010 | 1010110 | 111101 | 0 | 110111 | 11011111 | 1001011 | 11001 |
Color Harmonies of #102C72
Complementary color
Monochromatic Colors of #102C72
Black with #102C72
Text Example
Text Example
White with #102C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C72; }
p { color: rgb(16,44,114); }
H1.HeaderClassName
{
color: #102C72;
}
.AnyTagClassName
{
color: #102C72;
}
</style>
background-color css
<style>
a { background-color: #102C72; }
a { background-color: rgb(16,44,114); }
div.DivClassName
{
background-color: #102C72;
}
.BgClassName
{
background-color: #102C72;
}
</style>
border-color css
<style>
span { border-color: #102C72; }
span { border-color: rgb(16,44,114); }
td.TdClassName
{
border-color: #102C72;
}
.TagClassName
{
border-color: #102C72;
}
</style>