Shades of Sapphire #102554
Tints of Sapphire #102554
RGB
CMYK
RGB Variations
Color information
#102554 (or 0x102554) is known color: Sapphire. HEX triplet: 10, 25 and 54. RGB value is (16,37,84). Sum of RGB (Red+Green+Blue) = 16+37+84=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #102554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102554 is #EFDAAB. Grayscale: #232323. Windows color (decimal): -15719084 or 5514512. OLE color: 5514512.
HSL color Cylindrical-coordinate representation of color #102554: hue angle of 221.47º 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 #102554 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 37 | 84 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.67 |
| HSL | 221.47º | 0.68% | 0.2% | - |
| HSV(B) | 221.47º | 0.81% | 0.33% | - |
| XYZ | 2.48 | 2.07 | 8.66 | - |
| YUV | 36.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 84 | 0.81 | 0.56 | 0 | 0.67 | 221.47 | 0.68 | 0.2 |
| Hex | 10 | 25 | 54 | 51 | 38 | 0 | 43 | DD | 44 | 14 |
| Octal | 20 | 45 | 124 | 121 | 70 | 0 | 103 | 335 | 104 | 24 |
| Binary | 10000 | 100101 | 1010100 | 1010001 | 111000 | 0 | 1000011 | 11011101 | 1000100 | 10100 |
Color Harmonies of #102554
Complementary color
Monochromatic Colors of #102554
Black with #102554
Text Example
Text Example
White with #102554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102554; }
p { color: rgb(16,37,84); }
H1.HeaderClassName
{
color: #102554;
}
.AnyTagClassName
{
color: #102554;
}
</style>
background-color css
<style>
a { background-color: #102554; }
a { background-color: rgb(16,37,84); }
div.DivClassName
{
background-color: #102554;
}
.BgClassName
{
background-color: #102554;
}
</style>
border-color css
<style>
span { border-color: #102554; }
span { border-color: rgb(16,37,84); }
td.TdClassName
{
border-color: #102554;
}
.TagClassName
{
border-color: #102554;
}
</style>