Shades of Sapphire #0D2067
Tints of Sapphire #0D2067
RGB
CMYK
RGB Variations
Color information
#0D2067 (or 0x0D2067) is known color: Sapphire. HEX triplet: 0D, 20 and 67. RGB value is (13,32,103). Sum of RGB (Red+Green+Blue) = 13+32+103=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D2067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2067 is #F2DF98. Grayscale: #222222. Windows color (decimal): -15916953 or 6758413. OLE color: 6758413.
HSL color Cylindrical-coordinate representation of color #0D2067: hue angle of 227.33º degrees, saturation: 0.78, 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 #0D2067 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 32 | 103 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.60 |
| HSL | 227.33º | 0.78% | 0.23% | - |
| HSV(B) | 227.33º | 0.87% | 0.4% | - |
| XYZ | 3.13 | 2.1 | 13.07 | - |
| YUV | 34.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 103 | 0.87 | 0.69 | 0 | 0.60 | 227.33 | 0.78 | 0.23 |
| Hex | D | 20 | 67 | 57 | 45 | 0 | 3C | E3 | 4E | 17 |
| Octal | 15 | 40 | 147 | 127 | 105 | 0 | 74 | 343 | 116 | 27 |
| Binary | 1101 | 100000 | 1100111 | 1010111 | 1000101 | 0 | 111100 | 11100011 | 1001110 | 10111 |
Color Harmonies of #0D2067
Complementary color
Monochromatic Colors of #0D2067
Black with #0D2067
Text Example
Text Example
White with #0D2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2067; }
p { color: rgb(13,32,103); }
H1.HeaderClassName
{
color: #0D2067;
}
.AnyTagClassName
{
color: #0D2067;
}
</style>
background-color css
<style>
a { background-color: #0D2067; }
a { background-color: rgb(13,32,103); }
div.DivClassName
{
background-color: #0D2067;
}
.BgClassName
{
background-color: #0D2067;
}
</style>
border-color css
<style>
span { border-color: #0D2067; }
span { border-color: rgb(13,32,103); }
td.TdClassName
{
border-color: #0D2067;
}
.TagClassName
{
border-color: #0D2067;
}
</style>