Shades of Sapphire #0D175B
Tints of Sapphire #0D175B
RGB
CMYK
RGB Variations
Color information
#0D175B (or 0x0D175B) is known color: Sapphire. HEX triplet: 0D, 17 and 5B. RGB value is (13,23,91). Sum of RGB (Red+Green+Blue) = 13+23+91=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D175B is #F2E8A4. Grayscale: #1B1B1B. Windows color (decimal): -15919269 or 5969677. OLE color: 5969677.
HSL color Cylindrical-coordinate representation of color #0D175B: hue angle of 232.31º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D175B is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 23 | 91 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.64 |
| HSL | 232.31º | 0.75% | 0.2% | - |
| HSV(B) | 232.31º | 0.86% | 0.36% | - |
| XYZ | 2.36 | 1.45 | 10.05 | - |
| YUV | 27.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 91 | 0.86 | 0.75 | 0 | 0.64 | 232.31 | 0.75 | 0.2 |
| Hex | D | 17 | 5B | 56 | 4B | 0 | 40 | E8 | 4B | 14 |
| Octal | 15 | 27 | 133 | 126 | 113 | 0 | 100 | 350 | 113 | 24 |
| Binary | 1101 | 10111 | 1011011 | 1010110 | 1001011 | 0 | 1000000 | 11101000 | 1001011 | 10100 |
Color Harmonies of #0D175B
Complementary color
Monochromatic Colors of #0D175B
Black with #0D175B
Text Example
Text Example
White with #0D175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D175B; }
p { color: rgb(13,23,91); }
H1.HeaderClassName
{
color: #0D175B;
}
.AnyTagClassName
{
color: #0D175B;
}
</style>
background-color css
<style>
a { background-color: #0D175B; }
a { background-color: rgb(13,23,91); }
div.DivClassName
{
background-color: #0D175B;
}
.BgClassName
{
background-color: #0D175B;
}
</style>
border-color css
<style>
span { border-color: #0D175B; }
span { border-color: rgb(13,23,91); }
td.TdClassName
{
border-color: #0D175B;
}
.TagClassName
{
border-color: #0D175B;
}
</style>