Shades of Sapphire #0D1953
Tints of Sapphire #0D1953
RGB
CMYK
RGB Variations
Color information
#0D1953 (or 0x0D1953) is known color: Sapphire. HEX triplet: 0D, 19 and 53. RGB value is (13,25,83). Sum of RGB (Red+Green+Blue) = 13+25+83=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D1953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1953 is #F2E6AC. Grayscale: #1B1B1B. Windows color (decimal): -15918765 or 5445901. OLE color: 5445901.
HSL color Cylindrical-coordinate representation of color #0D1953: hue angle of 229.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1953 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 25 | 83 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.67 |
| HSL | 229.71º | 0.73% | 0.19% | - |
| HSV(B) | 229.71º | 0.84% | 0.33% | - |
| XYZ | 2.07 | 1.41 | 8.35 | - |
| YUV | 28.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 83 | 0.84 | 0.70 | 0 | 0.67 | 229.71 | 0.73 | 0.19 |
| Hex | D | 19 | 53 | 54 | 46 | 0 | 43 | E6 | 49 | 13 |
| Octal | 15 | 31 | 123 | 124 | 106 | 0 | 103 | 346 | 111 | 23 |
| Binary | 1101 | 11001 | 1010011 | 1010100 | 1000110 | 0 | 1000011 | 11100110 | 1001001 | 10011 |
Color Harmonies of #0D1953
Complementary color
Monochromatic Colors of #0D1953
Black with #0D1953
Text Example
Text Example
White with #0D1953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1953; }
p { color: rgb(13,25,83); }
H1.HeaderClassName
{
color: #0D1953;
}
.AnyTagClassName
{
color: #0D1953;
}
</style>
background-color css
<style>
a { background-color: #0D1953; }
a { background-color: rgb(13,25,83); }
div.DivClassName
{
background-color: #0D1953;
}
.BgClassName
{
background-color: #0D1953;
}
</style>
border-color css
<style>
span { border-color: #0D1953; }
span { border-color: rgb(13,25,83); }
td.TdClassName
{
border-color: #0D1953;
}
.TagClassName
{
border-color: #0D1953;
}
</style>