Shades of Sapphire #102A58
Tints of Sapphire #102A58
RGB
CMYK
RGB Variations
Color information
#102A58 (or 0x102A58) is known color: Sapphire. HEX triplet: 10, 2A and 58. RGB value is (16,42,88). Sum of RGB (Red+Green+Blue) = 16+42+88=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #102A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102A58 is #EFD5A7. Grayscale: #272727. Windows color (decimal): -15717800 or 5777936. OLE color: 5777936.
HSL color Cylindrical-coordinate representation of color #102A58: hue angle of 218.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #102A58 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 42 | 88 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.65 |
| HSL | 218.33º | 0.69% | 0.2% | - |
| HSV(B) | 218.33º | 0.82% | 0.35% | - |
| XYZ | 2.8 | 2.47 | 9.56 | - |
| YUV | 39.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 88 | 0.82 | 0.52 | 0 | 0.65 | 218.33 | 0.69 | 0.2 |
| Hex | 10 | 2A | 58 | 52 | 34 | 0 | 41 | DA | 45 | 14 |
| Octal | 20 | 52 | 130 | 122 | 64 | 0 | 101 | 332 | 105 | 24 |
| Binary | 10000 | 101010 | 1011000 | 1010010 | 110100 | 0 | 1000001 | 11011010 | 1000101 | 10100 |
Color Harmonies of #102A58
Complementary color
Monochromatic Colors of #102A58
Black with #102A58
Text Example
Text Example
White with #102A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A58; }
p { color: rgb(16,42,88); }
H1.HeaderClassName
{
color: #102A58;
}
.AnyTagClassName
{
color: #102A58;
}
</style>
background-color css
<style>
a { background-color: #102A58; }
a { background-color: rgb(16,42,88); }
div.DivClassName
{
background-color: #102A58;
}
.BgClassName
{
background-color: #102A58;
}
</style>
border-color css
<style>
span { border-color: #102A58; }
span { border-color: rgb(16,42,88); }
td.TdClassName
{
border-color: #102A58;
}
.TagClassName
{
border-color: #102A58;
}
</style>