Shades of Sapphire #10255A
Tints of Sapphire #10255A
RGB
CMYK
RGB Variations
Color information
#10255A (or 0x10255A) is known color: Sapphire. HEX triplet: 10, 25 and 5A. RGB value is (16,37,90). Sum of RGB (Red+Green+Blue) = 16+37+90=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #10255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10255A is #EFDAA5. Grayscale: #242424. Windows color (decimal): -15719078 or 5907728. OLE color: 5907728.
HSL color Cylindrical-coordinate representation of color #10255A: hue angle of 222.97º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10255A is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 37 | 90 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.65 |
| HSL | 222.97º | 0.7% | 0.21% | - |
| HSV(B) | 222.97º | 0.82% | 0.35% | - |
| XYZ | 2.72 | 2.17 | 9.95 | - |
| YUV | 36.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 90 | 0.82 | 0.59 | 0 | 0.65 | 222.97 | 0.7 | 0.21 |
| Hex | 10 | 25 | 5A | 52 | 3B | 0 | 41 | DF | 46 | 15 |
| Octal | 20 | 45 | 132 | 122 | 73 | 0 | 101 | 337 | 106 | 25 |
| Binary | 10000 | 100101 | 1011010 | 1010010 | 111011 | 0 | 1000001 | 11011111 | 1000110 | 10101 |
Color Harmonies of #10255A
Complementary color
Monochromatic Colors of #10255A
Black with #10255A
Text Example
Text Example
White with #10255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10255A; }
p { color: rgb(16,37,90); }
H1.HeaderClassName
{
color: #10255A;
}
.AnyTagClassName
{
color: #10255A;
}
</style>
background-color css
<style>
a { background-color: #10255A; }
a { background-color: rgb(16,37,90); }
div.DivClassName
{
background-color: #10255A;
}
.BgClassName
{
background-color: #10255A;
}
</style>
border-color css
<style>
span { border-color: #10255A; }
span { border-color: rgb(16,37,90); }
td.TdClassName
{
border-color: #10255A;
}
.TagClassName
{
border-color: #10255A;
}
</style>