Shades of Sapphire #0D1955
Tints of Sapphire #0D1955
RGB
CMYK
RGB Variations
Color information
#0D1955 (or 0x0D1955) is known color: Sapphire. HEX triplet: 0D, 19 and 55. RGB value is (13,25,85). Sum of RGB (Red+Green+Blue) = 13+25+85=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D1955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1955 is #F2E6AA. Grayscale: #1C1C1C. Windows color (decimal): -15918763 or 5576973. OLE color: 5576973.
HSL color Cylindrical-coordinate representation of color #0D1955: hue angle of 230º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1955 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 25 | 85 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.67 |
| HSL | 230º | 0.73% | 0.19% | - |
| HSV(B) | 230º | 0.85% | 0.33% | - |
| XYZ | 2.15 | 1.44 | 8.76 | - |
| YUV | 28.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 85 | 0.85 | 0.71 | 0 | 0.67 | 230 | 0.73 | 0.19 |
| Hex | D | 19 | 55 | 55 | 47 | 0 | 43 | E6 | 49 | 13 |
| Octal | 15 | 31 | 125 | 125 | 107 | 0 | 103 | 346 | 111 | 23 |
| Binary | 1101 | 11001 | 1010101 | 1010101 | 1000111 | 0 | 1000011 | 11100110 | 1001001 | 10011 |
Color Harmonies of #0D1955
Complementary color
Monochromatic Colors of #0D1955
Black with #0D1955
Text Example
Text Example
White with #0D1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1955; }
p { color: rgb(13,25,85); }
H1.HeaderClassName
{
color: #0D1955;
}
.AnyTagClassName
{
color: #0D1955;
}
</style>
background-color css
<style>
a { background-color: #0D1955; }
a { background-color: rgb(13,25,85); }
div.DivClassName
{
background-color: #0D1955;
}
.BgClassName
{
background-color: #0D1955;
}
</style>
border-color css
<style>
span { border-color: #0D1955; }
span { border-color: rgb(13,25,85); }
td.TdClassName
{
border-color: #0D1955;
}
.TagClassName
{
border-color: #0D1955;
}
</style>