Shades of Sapphire #0D2683
Tints of Sapphire #0D2683
RGB
CMYK
RGB Variations
Color information
#0D2683 (or 0x0D2683) is known color: Sapphire. HEX triplet: 0D, 26 and 83. RGB value is (13,38,131). Sum of RGB (Red+Green+Blue) = 13+38+131=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D2683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2683 is #F2D97C. Grayscale: #282828. Windows color (decimal): -15915389 or 8594957. OLE color: 8594957.
HSL color Cylindrical-coordinate representation of color #0D2683: hue angle of 227.29º 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 #0D2683 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 38 | 131 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.49 |
| HSL | 227.29º | 0.82% | 0.28% | - |
| HSV(B) | 227.29º | 0.9% | 0.51% | - |
| XYZ | 4.96 | 3.11 | 21.81 | - |
| YUV | 41.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 131 | 0.90 | 0.71 | 0 | 0.49 | 227.29 | 0.82 | 0.28 |
| Hex | D | 26 | 83 | 5A | 47 | 0 | 31 | E3 | 52 | 1C |
| Octal | 15 | 46 | 203 | 132 | 107 | 0 | 61 | 343 | 122 | 34 |
| Binary | 1101 | 100110 | 10000011 | 1011010 | 1000111 | 0 | 110001 | 11100011 | 1010010 | 11100 |
Color Harmonies of #0D2683
Complementary color
Monochromatic Colors of #0D2683
Black with #0D2683
Text Example
Text Example
White with #0D2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2683; }
p { color: rgb(13,38,131); }
H1.HeaderClassName
{
color: #0D2683;
}
.AnyTagClassName
{
color: #0D2683;
}
</style>
background-color css
<style>
a { background-color: #0D2683; }
a { background-color: rgb(13,38,131); }
div.DivClassName
{
background-color: #0D2683;
}
.BgClassName
{
background-color: #0D2683;
}
</style>
border-color css
<style>
span { border-color: #0D2683; }
span { border-color: rgb(13,38,131); }
td.TdClassName
{
border-color: #0D2683;
}
.TagClassName
{
border-color: #0D2683;
}
</style>