Shades of Sapphire #0D1C4D
Tints of Sapphire #0D1C4D
RGB
CMYK
RGB Variations
Color information
#0D1C4D (or 0x0D1C4D) is known color: Sapphire. HEX triplet: 0D, 1C and 4D. RGB value is (13,28,77). Sum of RGB (Red+Green+Blue) = 13+28+77=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D1C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1C4D is #F2E3B2. Grayscale: #1C1C1C. Windows color (decimal): -15918003 or 5053453. OLE color: 5053453.
HSL color Cylindrical-coordinate representation of color #0D1C4D: hue angle of 225.94º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1C4D is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 28 | 77 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.70 |
| HSL | 225.94º | 0.71% | 0.18% | - |
| HSV(B) | 225.94º | 0.83% | 0.3% | - |
| XYZ | 1.92 | 1.45 | 7.2 | - |
| YUV | 29.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 77 | 0.83 | 0.64 | 0 | 0.70 | 225.94 | 0.71 | 0.18 |
| Hex | D | 1C | 4D | 53 | 40 | 0 | 46 | E2 | 47 | 12 |
| Octal | 15 | 34 | 115 | 123 | 100 | 0 | 106 | 342 | 107 | 22 |
| Binary | 1101 | 11100 | 1001101 | 1010011 | 1000000 | 0 | 1000110 | 11100010 | 1000111 | 10010 |
Color Harmonies of #0D1C4D
Complementary color
Monochromatic Colors of #0D1C4D
Black with #0D1C4D
Text Example
Text Example
White with #0D1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C4D; }
p { color: rgb(13,28,77); }
H1.HeaderClassName
{
color: #0D1C4D;
}
.AnyTagClassName
{
color: #0D1C4D;
}
</style>
background-color css
<style>
a { background-color: #0D1C4D; }
a { background-color: rgb(13,28,77); }
div.DivClassName
{
background-color: #0D1C4D;
}
.BgClassName
{
background-color: #0D1C4D;
}
</style>
border-color css
<style>
span { border-color: #0D1C4D; }
span { border-color: rgb(13,28,77); }
td.TdClassName
{
border-color: #0D1C4D;
}
.TagClassName
{
border-color: #0D1C4D;
}
</style>