Shades of Sapphire #10256C
Tints of Sapphire #10256C
RGB
CMYK
RGB Variations
Color information
#10256C (or 0x10256C) is known color: Sapphire. HEX triplet: 10, 25 and 6C. RGB value is (16,37,108). Sum of RGB (Red+Green+Blue) = 16+37+108=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #10256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10256C is #EFDA93. Grayscale: #262626. Windows color (decimal): -15719060 or 7087376. OLE color: 7087376.
HSL color Cylindrical-coordinate representation of color #10256C: hue angle of 226.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10256C is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 37 | 108 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.58 |
| HSL | 226.3º | 0.74% | 0.24% | - |
| HSV(B) | 226.3º | 0.85% | 0.42% | - |
| XYZ | 3.58 | 2.52 | 14.48 | - |
| YUV | 38.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 108 | 0.85 | 0.66 | 0 | 0.58 | 226.3 | 0.74 | 0.24 |
| Hex | 10 | 25 | 6C | 55 | 42 | 0 | 3A | E2 | 4A | 18 |
| Octal | 20 | 45 | 154 | 125 | 102 | 0 | 72 | 342 | 112 | 30 |
| Binary | 10000 | 100101 | 1101100 | 1010101 | 1000010 | 0 | 111010 | 11100010 | 1001010 | 11000 |
Color Harmonies of #10256C
Complementary color
Monochromatic Colors of #10256C
Black with #10256C
Text Example
Text Example
White with #10256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10256C; }
p { color: rgb(16,37,108); }
H1.HeaderClassName
{
color: #10256C;
}
.AnyTagClassName
{
color: #10256C;
}
</style>
background-color css
<style>
a { background-color: #10256C; }
a { background-color: rgb(16,37,108); }
div.DivClassName
{
background-color: #10256C;
}
.BgClassName
{
background-color: #10256C;
}
</style>
border-color css
<style>
span { border-color: #10256C; }
span { border-color: rgb(16,37,108); }
td.TdClassName
{
border-color: #10256C;
}
.TagClassName
{
border-color: #10256C;
}
</style>