Shades of Sapphire #102A5A
Tints of Sapphire #102A5A
RGB
CMYK
RGB Variations
Color information
#102A5A (or 0x102A5A) is known color: Sapphire. HEX triplet: 10, 2A and 5A. RGB value is (16,42,90). Sum of RGB (Red+Green+Blue) = 16+42+90=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #102A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A5A is #EFD5A5. Grayscale: #272727. Windows color (decimal): -15717798 or 5909008. OLE color: 5909008.
HSL color Cylindrical-coordinate representation of color #102A5A: hue angle of 218.92º 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 #102A5A is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 42 | 90 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.65 |
| HSL | 218.92º | 0.7% | 0.21% | - |
| HSV(B) | 218.92º | 0.82% | 0.35% | - |
| XYZ | 2.89 | 2.5 | 10 | - |
| YUV | 39.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 90 | 0.82 | 0.53 | 0 | 0.65 | 218.92 | 0.7 | 0.21 |
| Hex | 10 | 2A | 5A | 52 | 35 | 0 | 41 | DB | 46 | 15 |
| Octal | 20 | 52 | 132 | 122 | 65 | 0 | 101 | 333 | 106 | 25 |
| Binary | 10000 | 101010 | 1011010 | 1010010 | 110101 | 0 | 1000001 | 11011011 | 1000110 | 10101 |
Color Harmonies of #102A5A
Complementary color
Monochromatic Colors of #102A5A
Black with #102A5A
Text Example
Text Example
White with #102A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A5A; }
p { color: rgb(16,42,90); }
H1.HeaderClassName
{
color: #102A5A;
}
.AnyTagClassName
{
color: #102A5A;
}
</style>
background-color css
<style>
a { background-color: #102A5A; }
a { background-color: rgb(16,42,90); }
div.DivClassName
{
background-color: #102A5A;
}
.BgClassName
{
background-color: #102A5A;
}
</style>
border-color css
<style>
span { border-color: #102A5A; }
span { border-color: rgb(16,42,90); }
td.TdClassName
{
border-color: #102A5A;
}
.TagClassName
{
border-color: #102A5A;
}
</style>