Shades of Sapphire #0D266A
Tints of Sapphire #0D266A
RGB
CMYK
RGB Variations
Color information
#0D266A (or 0x0D266A) is known color: Sapphire. HEX triplet: 0D, 26 and 6A. RGB value is (13,38,106). Sum of RGB (Red+Green+Blue) = 13+38+106=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D266A is #F2D995. Grayscale: #252525. Windows color (decimal): -15915414 or 6956557. OLE color: 6956557.
HSL color Cylindrical-coordinate representation of color #0D266A: hue angle of 223.87º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D266A is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 38 | 106 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.58 |
| HSL | 223.87º | 0.78% | 0.23% | - |
| HSV(B) | 223.87º | 0.88% | 0.42% | - |
| XYZ | 3.46 | 2.51 | 13.94 | - |
| YUV | 38.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 106 | 0.88 | 0.64 | 0 | 0.58 | 223.87 | 0.78 | 0.23 |
| Hex | D | 26 | 6A | 58 | 40 | 0 | 3A | E0 | 4E | 17 |
| Octal | 15 | 46 | 152 | 130 | 100 | 0 | 72 | 340 | 116 | 27 |
| Binary | 1101 | 100110 | 1101010 | 1011000 | 1000000 | 0 | 111010 | 11100000 | 1001110 | 10111 |
Color Harmonies of #0D266A
Complementary color
Monochromatic Colors of #0D266A
Black with #0D266A
Text Example
Text Example
White with #0D266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D266A; }
p { color: rgb(13,38,106); }
H1.HeaderClassName
{
color: #0D266A;
}
.AnyTagClassName
{
color: #0D266A;
}
</style>
background-color css
<style>
a { background-color: #0D266A; }
a { background-color: rgb(13,38,106); }
div.DivClassName
{
background-color: #0D266A;
}
.BgClassName
{
background-color: #0D266A;
}
</style>
border-color css
<style>
span { border-color: #0D266A; }
span { border-color: rgb(13,38,106); }
td.TdClassName
{
border-color: #0D266A;
}
.TagClassName
{
border-color: #0D266A;
}
</style>