Shades of Sapphire #10255C
Tints of Sapphire #10255C
RGB
CMYK
RGB Variations
Color information
#10255C (or 0x10255C) is known color: Sapphire. HEX triplet: 10, 25 and 5C. RGB value is (16,37,92). Sum of RGB (Red+Green+Blue) = 16+37+92=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #10255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255C is #EFDAA3. Grayscale: #242424. Windows color (decimal): -15719076 or 6038800. OLE color: 6038800.
HSL color Cylindrical-coordinate representation of color #10255C: hue angle of 223.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10255C is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 37 | 92 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.64 |
| HSL | 223.42º | 0.7% | 0.21% | - |
| HSV(B) | 223.42º | 0.83% | 0.36% | - |
| XYZ | 2.81 | 2.21 | 10.4 | - |
| YUV | 36.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 92 | 0.83 | 0.60 | 0 | 0.64 | 223.42 | 0.7 | 0.21 |
| Hex | 10 | 25 | 5C | 53 | 3C | 0 | 40 | DF | 46 | 15 |
| Octal | 20 | 45 | 134 | 123 | 74 | 0 | 100 | 337 | 106 | 25 |
| Binary | 10000 | 100101 | 1011100 | 1010011 | 111100 | 0 | 1000000 | 11011111 | 1000110 | 10101 |
Color Harmonies of #10255C
Complementary color
Monochromatic Colors of #10255C
Black with #10255C
Text Example
Text Example
White with #10255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10255C; }
p { color: rgb(16,37,92); }
H1.HeaderClassName
{
color: #10255C;
}
.AnyTagClassName
{
color: #10255C;
}
</style>
background-color css
<style>
a { background-color: #10255C; }
a { background-color: rgb(16,37,92); }
div.DivClassName
{
background-color: #10255C;
}
.BgClassName
{
background-color: #10255C;
}
</style>
border-color css
<style>
span { border-color: #10255C; }
span { border-color: rgb(16,37,92); }
td.TdClassName
{
border-color: #10255C;
}
.TagClassName
{
border-color: #10255C;
}
</style>