Shades of Sapphire #102B81
Tints of Sapphire #102B81
RGB
CMYK
RGB Variations
Color information
#102B81 (or 0x102B81) is known color: Sapphire. HEX triplet: 10, 2B and 81. RGB value is (16,43,129). Sum of RGB (Red+Green+Blue) = 16+43+129=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 129 (50.78% from 255 or 68.62% from 188); Max value from RGB is 129 - color contains mainly: blue. Hex color #102B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102B81 is #EFD47E. Grayscale: #2C2C2C. Windows color (decimal): -15717503 or 8465168. OLE color: 8465168.
HSL color Cylindrical-coordinate representation of color #102B81: hue angle of 225.66º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #102B81 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 43 | 129 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.49 |
| HSL | 225.66º | 0.78% | 0.28% | - |
| HSV(B) | 225.66º | 0.88% | 0.51% | - |
| XYZ | 5.04 | 3.42 | 21.16 | - |
| YUV | 44.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 129 | 0.88 | 0.67 | 0 | 0.49 | 225.66 | 0.78 | 0.28 |
| Hex | 10 | 2B | 81 | 58 | 43 | 0 | 31 | E2 | 4E | 1C |
| Octal | 20 | 53 | 201 | 130 | 103 | 0 | 61 | 342 | 116 | 34 |
| Binary | 10000 | 101011 | 10000001 | 1011000 | 1000011 | 0 | 110001 | 11100010 | 1001110 | 11100 |
Color Harmonies of #102B81
Complementary color
Monochromatic Colors of #102B81
Black with #102B81
Text Example
Text Example
White with #102B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B81; }
p { color: rgb(16,43,129); }
H1.HeaderClassName
{
color: #102B81;
}
.AnyTagClassName
{
color: #102B81;
}
</style>
background-color css
<style>
a { background-color: #102B81; }
a { background-color: rgb(16,43,129); }
div.DivClassName
{
background-color: #102B81;
}
.BgClassName
{
background-color: #102B81;
}
</style>
border-color css
<style>
span { border-color: #102B81; }
span { border-color: rgb(16,43,129); }
td.TdClassName
{
border-color: #102B81;
}
.TagClassName
{
border-color: #102B81;
}
</style>