Shades of Sapphire #10245F
Tints of Sapphire #10245F
RGB
CMYK
RGB Variations
Color information
#10245F (or 0x10245F) is known color: Sapphire. HEX triplet: 10, 24 and 5F. RGB value is (16,36,95). Sum of RGB (Red+Green+Blue) = 16+36+95=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #10245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10245F is #EFDBA0. Grayscale: #242424. Windows color (decimal): -15719329 or 6235152. OLE color: 6235152.
HSL color Cylindrical-coordinate representation of color #10245F: hue angle of 224.81º 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 #10245F is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 36 | 95 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.63 |
| HSL | 224.81º | 0.71% | 0.22% | - |
| HSV(B) | 224.81º | 0.83% | 0.37% | - |
| XYZ | 2.91 | 2.2 | 11.1 | - |
| YUV | 36.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 95 | 0.83 | 0.62 | 0 | 0.63 | 224.81 | 0.71 | 0.22 |
| Hex | 10 | 24 | 5F | 53 | 3E | 0 | 3F | E1 | 47 | 16 |
| Octal | 20 | 44 | 137 | 123 | 76 | 0 | 77 | 341 | 107 | 26 |
| Binary | 10000 | 100100 | 1011111 | 1010011 | 111110 | 0 | 111111 | 11100001 | 1000111 | 10110 |
Color Harmonies of #10245F
Complementary color
Monochromatic Colors of #10245F
Black with #10245F
Text Example
Text Example
White with #10245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10245F; }
p { color: rgb(16,36,95); }
H1.HeaderClassName
{
color: #10245F;
}
.AnyTagClassName
{
color: #10245F;
}
</style>
background-color css
<style>
a { background-color: #10245F; }
a { background-color: rgb(16,36,95); }
div.DivClassName
{
background-color: #10245F;
}
.BgClassName
{
background-color: #10245F;
}
</style>
border-color css
<style>
span { border-color: #10245F; }
span { border-color: rgb(16,36,95); }
td.TdClassName
{
border-color: #10245F;
}
.TagClassName
{
border-color: #10245F;
}
</style>