Shades of Sapphire #102C5A
Tints of Sapphire #102C5A
RGB
CMYK
RGB Variations
Color information
#102C5A (or 0x102C5A) is known color: Sapphire. HEX triplet: 10, 2C and 5A. RGB value is (16,44,90). Sum of RGB (Red+Green+Blue) = 16+44+90=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #102C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C5A is #EFD3A5. Grayscale: #282828. Windows color (decimal): -15717286 or 5909520. OLE color: 5909520.
HSL color Cylindrical-coordinate representation of color #102C5A: hue angle of 217.3º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102C5A is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 44 | 90 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.65 |
| HSL | 217.3º | 0.7% | 0.21% | - |
| HSV(B) | 217.3º | 0.82% | 0.35% | - |
| XYZ | 2.96 | 2.65 | 10.03 | - |
| YUV | 40.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 90 | 0.82 | 0.51 | 0 | 0.65 | 217.3 | 0.7 | 0.21 |
| Hex | 10 | 2C | 5A | 52 | 33 | 0 | 41 | D9 | 46 | 15 |
| Octal | 20 | 54 | 132 | 122 | 63 | 0 | 101 | 331 | 106 | 25 |
| Binary | 10000 | 101100 | 1011010 | 1010010 | 110011 | 0 | 1000001 | 11011001 | 1000110 | 10101 |
Color Harmonies of #102C5A
Complementary color
Monochromatic Colors of #102C5A
Black with #102C5A
Text Example
Text Example
White with #102C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C5A; }
p { color: rgb(16,44,90); }
H1.HeaderClassName
{
color: #102C5A;
}
.AnyTagClassName
{
color: #102C5A;
}
</style>
background-color css
<style>
a { background-color: #102C5A; }
a { background-color: rgb(16,44,90); }
div.DivClassName
{
background-color: #102C5A;
}
.BgClassName
{
background-color: #102C5A;
}
</style>
border-color css
<style>
span { border-color: #102C5A; }
span { border-color: rgb(16,44,90); }
td.TdClassName
{
border-color: #102C5A;
}
.TagClassName
{
border-color: #102C5A;
}
</style>