Shades of Sapphire #10255B
Tints of Sapphire #10255B
RGB
CMYK
RGB Variations
Color information
#10255B (or 0x10255B) is known color: Sapphire. HEX triplet: 10, 25 and 5B. RGB value is (16,37,91). Sum of RGB (Red+Green+Blue) = 16+37+91=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #10255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255B is #EFDAA4. Grayscale: #242424. Windows color (decimal): -15719077 or 5973264. OLE color: 5973264.
HSL color Cylindrical-coordinate representation of color #10255B: hue angle of 223.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10255B is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 37 | 91 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.64 |
| HSL | 223.2º | 0.7% | 0.21% | - |
| HSV(B) | 223.2º | 0.82% | 0.36% | - |
| XYZ | 2.76 | 2.19 | 10.17 | - |
| YUV | 36.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 91 | 0.82 | 0.59 | 0 | 0.64 | 223.2 | 0.7 | 0.21 |
| Hex | 10 | 25 | 5B | 52 | 3B | 0 | 40 | DF | 46 | 15 |
| Octal | 20 | 45 | 133 | 122 | 73 | 0 | 100 | 337 | 106 | 25 |
| Binary | 10000 | 100101 | 1011011 | 1010010 | 111011 | 0 | 1000000 | 11011111 | 1000110 | 10101 |
Color Harmonies of #10255B
Complementary color
Monochromatic Colors of #10255B
Black with #10255B
Text Example
Text Example
White with #10255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10255B; }
p { color: rgb(16,37,91); }
H1.HeaderClassName
{
color: #10255B;
}
.AnyTagClassName
{
color: #10255B;
}
</style>
background-color css
<style>
a { background-color: #10255B; }
a { background-color: rgb(16,37,91); }
div.DivClassName
{
background-color: #10255B;
}
.BgClassName
{
background-color: #10255B;
}
</style>
border-color css
<style>
span { border-color: #10255B; }
span { border-color: rgb(16,37,91); }
td.TdClassName
{
border-color: #10255B;
}
.TagClassName
{
border-color: #10255B;
}
</style>