Shades of Sapphire #102D54
Tints of Sapphire #102D54
RGB
CMYK
RGB Variations
Color information
#102D54 (or 0x102D54) is known color: Sapphire. HEX triplet: 10, 2D and 54. RGB value is (16,45,84). Sum of RGB (Red+Green+Blue) = 16+45+84=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #102D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D54 is #EFD2AB. Grayscale: #282828. Windows color (decimal): -15717036 or 5516560. OLE color: 5516560.
HSL color Cylindrical-coordinate representation of color #102D54: hue angle of 214.41º 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 #102D54 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 45 | 84 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.67 |
| HSL | 214.41º | 0.68% | 0.2% | - |
| HSV(B) | 214.41º | 0.81% | 0.33% | - |
| XYZ | 2.75 | 2.63 | 8.75 | - |
| YUV | 40.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 84 | 0.81 | 0.46 | 0 | 0.67 | 214.41 | 0.68 | 0.2 |
| Hex | 10 | 2D | 54 | 51 | 2E | 0 | 43 | D6 | 44 | 14 |
| Octal | 20 | 55 | 124 | 121 | 56 | 0 | 103 | 326 | 104 | 24 |
| Binary | 10000 | 101101 | 1010100 | 1010001 | 101110 | 0 | 1000011 | 11010110 | 1000100 | 10100 |
Color Harmonies of #102D54
Complementary color
Monochromatic Colors of #102D54
Black with #102D54
Text Example
Text Example
White with #102D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D54; }
p { color: rgb(16,45,84); }
H1.HeaderClassName
{
color: #102D54;
}
.AnyTagClassName
{
color: #102D54;
}
</style>
background-color css
<style>
a { background-color: #102D54; }
a { background-color: rgb(16,45,84); }
div.DivClassName
{
background-color: #102D54;
}
.BgClassName
{
background-color: #102D54;
}
</style>
border-color css
<style>
span { border-color: #102D54; }
span { border-color: rgb(16,45,84); }
td.TdClassName
{
border-color: #102D54;
}
.TagClassName
{
border-color: #102D54;
}
</style>