Shades of Sapphire #0D2266
Tints of Sapphire #0D2266
RGB
CMYK
RGB Variations
Color information
#0D2266 (or 0x0D2266) is known color: Sapphire. HEX triplet: 0D, 22 and 66. RGB value is (13,34,102). Sum of RGB (Red+Green+Blue) = 13+34+102=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D2266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2266 is #F2DD99. Grayscale: #232323. Windows color (decimal): -15916442 or 6693389. OLE color: 6693389.
HSL color Cylindrical-coordinate representation of color #0D2266: hue angle of 225.84º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2266 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 34 | 102 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.6 |
| HSL | 225.84º | 0.77% | 0.23% | - |
| HSV(B) | 225.84º | 0.87% | 0.4% | - |
| XYZ | 3.14 | 2.19 | 12.83 | - |
| YUV | 35.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 102 | 0.87 | 0.67 | 0 | 0.6 | 225.84 | 0.77 | 0.23 |
| Hex | D | 22 | 66 | 57 | 43 | 0 | 3C | E2 | 4D | 17 |
| Octal | 15 | 42 | 146 | 127 | 103 | 0 | 74 | 342 | 115 | 27 |
| Binary | 1101 | 100010 | 1100110 | 1010111 | 1000011 | 0 | 111100 | 11100010 | 1001101 | 10111 |
Color Harmonies of #0D2266
Complementary color
Monochromatic Colors of #0D2266
Black with #0D2266
Text Example
Text Example
White with #0D2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2266; }
p { color: rgb(13,34,102); }
H1.HeaderClassName
{
color: #0D2266;
}
.AnyTagClassName
{
color: #0D2266;
}
</style>
background-color css
<style>
a { background-color: #0D2266; }
a { background-color: rgb(13,34,102); }
div.DivClassName
{
background-color: #0D2266;
}
.BgClassName
{
background-color: #0D2266;
}
</style>
border-color css
<style>
span { border-color: #0D2266; }
span { border-color: rgb(13,34,102); }
td.TdClassName
{
border-color: #0D2266;
}
.TagClassName
{
border-color: #0D2266;
}
</style>