Shades of Sapphire #0D295C
Tints of Sapphire #0D295C
RGB
CMYK
RGB Variations
Color information
#0D295C (or 0x0D295C) is known color: Sapphire. HEX triplet: 0D, 29 and 5C. RGB value is (13,41,92). Sum of RGB (Red+Green+Blue) = 13+41+92=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D295C is #F2D6A3. Grayscale: #262626. Windows color (decimal): -15914660 or 6039821. OLE color: 6039821.
HSL color Cylindrical-coordinate representation of color #0D295C: hue angle of 218.73º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D295C is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 41 | 92 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.64 |
| HSL | 218.73º | 0.75% | 0.21% | - |
| HSV(B) | 218.73º | 0.86% | 0.36% | - |
| XYZ | 2.89 | 2.44 | 10.44 | - |
| YUV | 38.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 92 | 0.86 | 0.55 | 0 | 0.64 | 218.73 | 0.75 | 0.21 |
| Hex | D | 29 | 5C | 56 | 37 | 0 | 40 | DB | 4B | 15 |
| Octal | 15 | 51 | 134 | 126 | 67 | 0 | 100 | 333 | 113 | 25 |
| Binary | 1101 | 101001 | 1011100 | 1010110 | 110111 | 0 | 1000000 | 11011011 | 1001011 | 10101 |
Color Harmonies of #0D295C
Complementary color
Monochromatic Colors of #0D295C
Black with #0D295C
Text Example
Text Example
White with #0D295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D295C; }
p { color: rgb(13,41,92); }
H1.HeaderClassName
{
color: #0D295C;
}
.AnyTagClassName
{
color: #0D295C;
}
</style>
background-color css
<style>
a { background-color: #0D295C; }
a { background-color: rgb(13,41,92); }
div.DivClassName
{
background-color: #0D295C;
}
.BgClassName
{
background-color: #0D295C;
}
</style>
border-color css
<style>
span { border-color: #0D295C; }
span { border-color: rgb(13,41,92); }
td.TdClassName
{
border-color: #0D295C;
}
.TagClassName
{
border-color: #0D295C;
}
</style>