Shades of Sapphire #0D2682
Tints of Sapphire #0D2682
RGB
CMYK
RGB Variations
Color information
#0D2682 (or 0x0D2682) is known color: Sapphire. HEX triplet: 0D, 26 and 82. RGB value is (13,38,130). Sum of RGB (Red+Green+Blue) = 13+38+130=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D2682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2682 is #F2D97D. Grayscale: #282828. Windows color (decimal): -15915390 or 8529421. OLE color: 8529421.
HSL color Cylindrical-coordinate representation of color #0D2682: hue angle of 227.18º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2682 is Cyan = 0.9, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 38 | 130 | - |
| CMYK | 0.9 | 0.71 | 0 | 0.49 |
| HSL | 227.18º | 0.82% | 0.28% | - |
| HSV(B) | 227.18º | 0.9% | 0.51% | - |
| XYZ | 4.89 | 3.08 | 21.46 | - |
| YUV | 41.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 130 | 0.9 | 0.71 | 0 | 0.49 | 227.18 | 0.82 | 0.28 |
| Hex | D | 26 | 82 | 5A | 47 | 0 | 31 | E3 | 52 | 1C |
| Octal | 15 | 46 | 202 | 132 | 107 | 0 | 61 | 343 | 122 | 34 |
| Binary | 1101 | 100110 | 10000010 | 1011010 | 1000111 | 0 | 110001 | 11100011 | 1010010 | 11100 |
Color Harmonies of #0D2682
Complementary color
Monochromatic Colors of #0D2682
Black with #0D2682
Text Example
Text Example
White with #0D2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2682; }
p { color: rgb(13,38,130); }
H1.HeaderClassName
{
color: #0D2682;
}
.AnyTagClassName
{
color: #0D2682;
}
</style>
background-color css
<style>
a { background-color: #0D2682; }
a { background-color: rgb(13,38,130); }
div.DivClassName
{
background-color: #0D2682;
}
.BgClassName
{
background-color: #0D2682;
}
</style>
border-color css
<style>
span { border-color: #0D2682; }
span { border-color: rgb(13,38,130); }
td.TdClassName
{
border-color: #0D2682;
}
.TagClassName
{
border-color: #0D2682;
}
</style>