Shades of Sapphire #10275E
Tints of Sapphire #10275E
RGB
CMYK
RGB Variations
Color information
#10275E (or 0x10275E) is known color: Sapphire. HEX triplet: 10, 27 and 5E. RGB value is (16,39,94). Sum of RGB (Red+Green+Blue) = 16+39+94=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #10275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10275E is #EFD8A1. Grayscale: #262626. Windows color (decimal): -15718562 or 6170384. OLE color: 6170384.
HSL color Cylindrical-coordinate representation of color #10275E: hue angle of 222.31º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10275E is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 39 | 94 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.63 |
| HSL | 222.31º | 0.71% | 0.22% | - |
| HSV(B) | 222.31º | 0.83% | 0.37% | - |
| XYZ | 2.96 | 2.37 | 10.89 | - |
| YUV | 38.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 94 | 0.83 | 0.59 | 0 | 0.63 | 222.31 | 0.71 | 0.22 |
| Hex | 10 | 27 | 5E | 53 | 3B | 0 | 3F | DE | 47 | 16 |
| Octal | 20 | 47 | 136 | 123 | 73 | 0 | 77 | 336 | 107 | 26 |
| Binary | 10000 | 100111 | 1011110 | 1010011 | 111011 | 0 | 111111 | 11011110 | 1000111 | 10110 |
Color Harmonies of #10275E
Complementary color
Monochromatic Colors of #10275E
Black with #10275E
Text Example
Text Example
White with #10275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10275E; }
p { color: rgb(16,39,94); }
H1.HeaderClassName
{
color: #10275E;
}
.AnyTagClassName
{
color: #10275E;
}
</style>
background-color css
<style>
a { background-color: #10275E; }
a { background-color: rgb(16,39,94); }
div.DivClassName
{
background-color: #10275E;
}
.BgClassName
{
background-color: #10275E;
}
</style>
border-color css
<style>
span { border-color: #10275E; }
span { border-color: rgb(16,39,94); }
td.TdClassName
{
border-color: #10275E;
}
.TagClassName
{
border-color: #10275E;
}
</style>