Shades of Sapphire #0D2058
Tints of Sapphire #0D2058
RGB
CMYK
RGB Variations
Color information
#0D2058 (or 0x0D2058) is known color: Sapphire. HEX triplet: 0D, 20 and 58. RGB value is (13,32,88). Sum of RGB (Red+Green+Blue) = 13+32+88=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D2058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2058 is #F2DFA7. Grayscale: #202020. Windows color (decimal): -15916968 or 5775373. OLE color: 5775373.
HSL color Cylindrical-coordinate representation of color #0D2058: hue angle of 224.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2058 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 32 | 88 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.65 |
| HSL | 224.8º | 0.74% | 0.2% | - |
| HSV(B) | 224.8º | 0.85% | 0.35% | - |
| XYZ | 2.44 | 1.82 | 9.46 | - |
| YUV | 32.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 88 | 0.85 | 0.64 | 0 | 0.65 | 224.8 | 0.74 | 0.2 |
| Hex | D | 20 | 58 | 55 | 40 | 0 | 41 | E1 | 4A | 14 |
| Octal | 15 | 40 | 130 | 125 | 100 | 0 | 101 | 341 | 112 | 24 |
| Binary | 1101 | 100000 | 1011000 | 1010101 | 1000000 | 0 | 1000001 | 11100001 | 1001010 | 10100 |
Color Harmonies of #0D2058
Complementary color
Monochromatic Colors of #0D2058
Black with #0D2058
Text Example
Text Example
White with #0D2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2058; }
p { color: rgb(13,32,88); }
H1.HeaderClassName
{
color: #0D2058;
}
.AnyTagClassName
{
color: #0D2058;
}
</style>
background-color css
<style>
a { background-color: #0D2058; }
a { background-color: rgb(13,32,88); }
div.DivClassName
{
background-color: #0D2058;
}
.BgClassName
{
background-color: #0D2058;
}
</style>
border-color css
<style>
span { border-color: #0D2058; }
span { border-color: rgb(13,32,88); }
td.TdClassName
{
border-color: #0D2058;
}
.TagClassName
{
border-color: #0D2058;
}
</style>