Shades of Sapphire #0D1C6D
Tints of Sapphire #0D1C6D
RGB
CMYK
RGB Variations
Color information
#0D1C6D (or 0x0D1C6D) is known color: Sapphire. HEX triplet: 0D, 1C and 6D. RGB value is (13,28,109). Sum of RGB (Red+Green+Blue) = 13+28+109=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D1C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1C6D is #F2E392. Grayscale: #202020. Windows color (decimal): -15917971 or 7150605. OLE color: 7150605.
HSL color Cylindrical-coordinate representation of color #0D1C6D: hue angle of 230.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1C6D is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 28 | 109 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.57 |
| HSL | 230.63º | 0.79% | 0.24% | - |
| HSV(B) | 230.63º | 0.88% | 0.43% | - |
| XYZ | 3.34 | 2.02 | 14.68 | - |
| YUV | 32.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 109 | 0.88 | 0.74 | 0 | 0.57 | 230.63 | 0.79 | 0.24 |
| Hex | D | 1C | 6D | 58 | 4A | 0 | 39 | E7 | 4F | 18 |
| Octal | 15 | 34 | 155 | 130 | 112 | 0 | 71 | 347 | 117 | 30 |
| Binary | 1101 | 11100 | 1101101 | 1011000 | 1001010 | 0 | 111001 | 11100111 | 1001111 | 11000 |
Color Harmonies of #0D1C6D
Complementary color
Monochromatic Colors of #0D1C6D
Black with #0D1C6D
Text Example
Text Example
White with #0D1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C6D; }
p { color: rgb(13,28,109); }
H1.HeaderClassName
{
color: #0D1C6D;
}
.AnyTagClassName
{
color: #0D1C6D;
}
</style>
background-color css
<style>
a { background-color: #0D1C6D; }
a { background-color: rgb(13,28,109); }
div.DivClassName
{
background-color: #0D1C6D;
}
.BgClassName
{
background-color: #0D1C6D;
}
</style>
border-color css
<style>
span { border-color: #0D1C6D; }
span { border-color: rgb(13,28,109); }
td.TdClassName
{
border-color: #0D1C6D;
}
.TagClassName
{
border-color: #0D1C6D;
}
</style>