Shades of Sapphire #102A54
Tints of Sapphire #102A54
RGB
CMYK
RGB Variations
Color information
#102A54 (or 0x102A54) is known color: Sapphire. HEX triplet: 10, 2A and 54. RGB value is (16,42,84). Sum of RGB (Red+Green+Blue) = 16+42+84=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #102A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A54 is #EFD5AB. Grayscale: #262626. Windows color (decimal): -15717804 or 5515792. OLE color: 5515792.
HSL color Cylindrical-coordinate representation of color #102A54: hue angle of 217.06º 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 #102A54 is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 42 | 84 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.67 |
| HSL | 217.06º | 0.68% | 0.2% | - |
| HSV(B) | 217.06º | 0.81% | 0.33% | - |
| XYZ | 2.64 | 2.41 | 8.71 | - |
| YUV | 39.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 84 | 0.81 | 0.5 | 0 | 0.67 | 217.06 | 0.68 | 0.2 |
| Hex | 10 | 2A | 54 | 51 | 32 | 0 | 43 | D9 | 44 | 14 |
| Octal | 20 | 52 | 124 | 121 | 62 | 0 | 103 | 331 | 104 | 24 |
| Binary | 10000 | 101010 | 1010100 | 1010001 | 110010 | 0 | 1000011 | 11011001 | 1000100 | 10100 |
Color Harmonies of #102A54
Complementary color
Monochromatic Colors of #102A54
Black with #102A54
Text Example
Text Example
White with #102A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A54; }
p { color: rgb(16,42,84); }
H1.HeaderClassName
{
color: #102A54;
}
.AnyTagClassName
{
color: #102A54;
}
</style>
background-color css
<style>
a { background-color: #102A54; }
a { background-color: rgb(16,42,84); }
div.DivClassName
{
background-color: #102A54;
}
.BgClassName
{
background-color: #102A54;
}
</style>
border-color css
<style>
span { border-color: #102A54; }
span { border-color: rgb(16,42,84); }
td.TdClassName
{
border-color: #102A54;
}
.TagClassName
{
border-color: #102A54;
}
</style>