Shades of Sapphire #10256D
Tints of Sapphire #10256D
RGB
CMYK
RGB Variations
Color information
#10256D (or 0x10256D) is known color: Sapphire. HEX triplet: 10, 25 and 6D. RGB value is (16,37,109). Sum of RGB (Red+Green+Blue) = 16+37+109=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #10256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10256D is #EFDA92. Grayscale: #262626. Windows color (decimal): -15719059 or 7152912. OLE color: 7152912.
HSL color Cylindrical-coordinate representation of color #10256D: hue angle of 226.45º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10256D is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 37 | 109 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.57 |
| HSL | 226.45º | 0.74% | 0.25% | - |
| HSV(B) | 226.45º | 0.85% | 0.43% | - |
| XYZ | 3.64 | 2.54 | 14.77 | - |
| YUV | 38.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 109 | 0.85 | 0.66 | 0 | 0.57 | 226.45 | 0.74 | 0.25 |
| Hex | 10 | 25 | 6D | 55 | 42 | 0 | 39 | E2 | 4A | 19 |
| Octal | 20 | 45 | 155 | 125 | 102 | 0 | 71 | 342 | 112 | 31 |
| Binary | 10000 | 100101 | 1101101 | 1010101 | 1000010 | 0 | 111001 | 11100010 | 1001010 | 11001 |
Color Harmonies of #10256D
Complementary color
Monochromatic Colors of #10256D
Black with #10256D
Text Example
Text Example
White with #10256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10256D; }
p { color: rgb(16,37,109); }
H1.HeaderClassName
{
color: #10256D;
}
.AnyTagClassName
{
color: #10256D;
}
</style>
background-color css
<style>
a { background-color: #10256D; }
a { background-color: rgb(16,37,109); }
div.DivClassName
{
background-color: #10256D;
}
.BgClassName
{
background-color: #10256D;
}
</style>
border-color css
<style>
span { border-color: #10256D; }
span { border-color: rgb(16,37,109); }
td.TdClassName
{
border-color: #10256D;
}
.TagClassName
{
border-color: #10256D;
}
</style>