Shades of Sapphire #000D65
Tints of Sapphire #000D65
RGB
CMYK
RGB Variations
Color information
#000D65 (or 0x000D65) is known color: Sapphire. HEX triplet: 00, 0D and 65. RGB value is (0,13,101). Sum of RGB (Red+Green+Blue) = 0+13+101=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 101 (39.84% from 255 or 88.60% from 114); Max value from RGB is 101 - color contains mainly: blue. Hex color #000D65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D65 is #FFF29A. Grayscale: #121212. Windows color (decimal): -16773787 or 6622464. OLE color: 6622464.
HSL color Cylindrical-coordinate representation of color #000D65: hue angle of 232.28º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D65 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 13 | 101 | - |
| CMYK | 1 | 0.87 | 0 | 0.60 |
| HSL | 232.28º | 1% | 0.2% | - |
| HSV(B) | 232.28º | 1% | 0.4% | - |
| XYZ | 2.49 | 1.23 | 12.42 | - |
| YUV | 19.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 101 | 1 | 0.87 | 0 | 0.60 | 232.28 | 1 | 0.2 |
| Hex | 0 | D | 65 | 64 | 57 | 0 | 3C | E8 | 64 | 14 |
| Octal | 0 | 15 | 145 | 144 | 127 | 0 | 74 | 350 | 144 | 24 |
| Binary | 0 | 1101 | 1100101 | 1100100 | 1010111 | 0 | 111100 | 11101000 | 1100100 | 10100 |
Color Harmonies of #000D65
Complementary color
Monochromatic Colors of #000D65
Black with #000D65
Text Example
Text Example
White with #000D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D65; }
p { color: rgb(0,13,101); }
H1.HeaderClassName
{
color: #000D65;
}
.AnyTagClassName
{
color: #000D65;
}
</style>
background-color css
<style>
a { background-color: #000D65; }
a { background-color: rgb(0,13,101); }
div.DivClassName
{
background-color: #000D65;
}
.BgClassName
{
background-color: #000D65;
}
</style>
border-color css
<style>
span { border-color: #000D65; }
span { border-color: rgb(0,13,101); }
td.TdClassName
{
border-color: #000D65;
}
.TagClassName
{
border-color: #000D65;
}
</style>