Shades of Sapphire #102C54
Tints of Sapphire #102C54
RGB
CMYK
RGB Variations
Color information
#102C54 (or 0x102C54) is known color: Sapphire. HEX triplet: 10, 2C and 54. RGB value is (16,44,84). Sum of RGB (Red+Green+Blue) = 16+44+84=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #102C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C54 is #EFD3AB. Grayscale: #282828. Windows color (decimal): -15717292 or 5516304. OLE color: 5516304.
HSL color Cylindrical-coordinate representation of color #102C54: hue angle of 215.29º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102C54 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 44 | 84 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.67 |
| HSL | 215.29º | 0.68% | 0.2% | - |
| HSV(B) | 215.29º | 0.81% | 0.33% | - |
| XYZ | 2.71 | 2.55 | 8.74 | - |
| YUV | 40.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 84 | 0.81 | 0.48 | 0 | 0.67 | 215.29 | 0.68 | 0.2 |
| Hex | 10 | 2C | 54 | 51 | 30 | 0 | 43 | D7 | 44 | 14 |
| Octal | 20 | 54 | 124 | 121 | 60 | 0 | 103 | 327 | 104 | 24 |
| Binary | 10000 | 101100 | 1010100 | 1010001 | 110000 | 0 | 1000011 | 11010111 | 1000100 | 10100 |
Color Harmonies of #102C54
Complementary color
Monochromatic Colors of #102C54
Black with #102C54
Text Example
Text Example
White with #102C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C54; }
p { color: rgb(16,44,84); }
H1.HeaderClassName
{
color: #102C54;
}
.AnyTagClassName
{
color: #102C54;
}
</style>
background-color css
<style>
a { background-color: #102C54; }
a { background-color: rgb(16,44,84); }
div.DivClassName
{
background-color: #102C54;
}
.BgClassName
{
background-color: #102C54;
}
</style>
border-color css
<style>
span { border-color: #102C54; }
span { border-color: rgb(16,44,84); }
td.TdClassName
{
border-color: #102C54;
}
.TagClassName
{
border-color: #102C54;
}
</style>