Shades of Sapphire #0D2666
Tints of Sapphire #0D2666
RGB
CMYK
RGB Variations
Color information
#0D2666 (or 0x0D2666) is known color: Sapphire. HEX triplet: 0D, 26 and 66. RGB value is (13,38,102). Sum of RGB (Red+Green+Blue) = 13+38+102=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D2666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2666 is #F2D999. Grayscale: #252525. Windows color (decimal): -15915418 or 6694413. OLE color: 6694413.
HSL color Cylindrical-coordinate representation of color #0D2666: hue angle of 223.15º 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 #0D2666 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 38 | 102 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.6 |
| HSL | 223.15º | 0.77% | 0.23% | - |
| HSV(B) | 223.15º | 0.87% | 0.4% | - |
| XYZ | 3.26 | 2.43 | 12.87 | - |
| YUV | 37.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 102 | 0.87 | 0.63 | 0 | 0.6 | 223.15 | 0.77 | 0.23 |
| Hex | D | 26 | 66 | 57 | 3F | 0 | 3C | DF | 4D | 17 |
| Octal | 15 | 46 | 146 | 127 | 77 | 0 | 74 | 337 | 115 | 27 |
| Binary | 1101 | 100110 | 1100110 | 1010111 | 111111 | 0 | 111100 | 11011111 | 1001101 | 10111 |
Color Harmonies of #0D2666
Complementary color
Monochromatic Colors of #0D2666
Black with #0D2666
Text Example
Text Example
White with #0D2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2666; }
p { color: rgb(13,38,102); }
H1.HeaderClassName
{
color: #0D2666;
}
.AnyTagClassName
{
color: #0D2666;
}
</style>
background-color css
<style>
a { background-color: #0D2666; }
a { background-color: rgb(13,38,102); }
div.DivClassName
{
background-color: #0D2666;
}
.BgClassName
{
background-color: #0D2666;
}
</style>
border-color css
<style>
span { border-color: #0D2666; }
span { border-color: rgb(13,38,102); }
td.TdClassName
{
border-color: #0D2666;
}
.TagClassName
{
border-color: #0D2666;
}
</style>