Shades of Sapphire #0D2970
Tints of Sapphire #0D2970
RGB
CMYK
RGB Variations
Color information
#0D2970 (or 0x0D2970) is known color: Sapphire. HEX triplet: 0D, 29 and 70. RGB value is (13,41,112). Sum of RGB (Red+Green+Blue) = 13+41+112=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D2970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2970 is #F2D68F. Grayscale: #282828. Windows color (decimal): -15914640 or 7350541. OLE color: 7350541.
HSL color Cylindrical-coordinate representation of color #0D2970: hue angle of 223.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2970 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 41 | 112 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.56 |
| HSL | 223.03º | 0.79% | 0.25% | - |
| HSV(B) | 223.03º | 0.88% | 0.44% | - |
| XYZ | 3.88 | 2.84 | 15.67 | - |
| YUV | 40.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 112 | 0.88 | 0.63 | 0 | 0.56 | 223.03 | 0.79 | 0.25 |
| Hex | D | 29 | 70 | 58 | 3F | 0 | 38 | DF | 4F | 19 |
| Octal | 15 | 51 | 160 | 130 | 77 | 0 | 70 | 337 | 117 | 31 |
| Binary | 1101 | 101001 | 1110000 | 1011000 | 111111 | 0 | 111000 | 11011111 | 1001111 | 11001 |
Color Harmonies of #0D2970
Complementary color
Monochromatic Colors of #0D2970
Black with #0D2970
Text Example
Text Example
White with #0D2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2970; }
p { color: rgb(13,41,112); }
H1.HeaderClassName
{
color: #0D2970;
}
.AnyTagClassName
{
color: #0D2970;
}
</style>
background-color css
<style>
a { background-color: #0D2970; }
a { background-color: rgb(13,41,112); }
div.DivClassName
{
background-color: #0D2970;
}
.BgClassName
{
background-color: #0D2970;
}
</style>
border-color css
<style>
span { border-color: #0D2970; }
span { border-color: rgb(13,41,112); }
td.TdClassName
{
border-color: #0D2970;
}
.TagClassName
{
border-color: #0D2970;
}
</style>