Shades of Sapphire #0D2D7D
Tints of Sapphire #0D2D7D
RGB
CMYK
RGB Variations
Color information
#0D2D7D (or 0x0D2D7D) is known color: Sapphire. HEX triplet: 0D, 2D and 7D. RGB value is (13,45,125). Sum of RGB (Red+Green+Blue) = 13+45+125=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D2D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2D7D is #F2D282. Grayscale: #2C2C2C. Windows color (decimal): -15913603 or 8203533. OLE color: 8203533.
HSL color Cylindrical-coordinate representation of color #0D2D7D: hue angle of 222.86º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2D7D is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 45 | 125 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.51 |
| HSL | 222.86º | 0.81% | 0.27% | - |
| HSV(B) | 222.86º | 0.9% | 0.49% | - |
| XYZ | 4.81 | 3.44 | 19.81 | - |
| YUV | 44.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 125 | 0.90 | 0.64 | 0 | 0.51 | 222.86 | 0.81 | 0.27 |
| Hex | D | 2D | 7D | 5A | 40 | 0 | 33 | DF | 51 | 1B |
| Octal | 15 | 55 | 175 | 132 | 100 | 0 | 63 | 337 | 121 | 33 |
| Binary | 1101 | 101101 | 1111101 | 1011010 | 1000000 | 0 | 110011 | 11011111 | 1010001 | 11011 |
Color Harmonies of #0D2D7D
Complementary color
Monochromatic Colors of #0D2D7D
Black with #0D2D7D
Text Example
Text Example
White with #0D2D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D7D; }
p { color: rgb(13,45,125); }
H1.HeaderClassName
{
color: #0D2D7D;
}
.AnyTagClassName
{
color: #0D2D7D;
}
</style>
background-color css
<style>
a { background-color: #0D2D7D; }
a { background-color: rgb(13,45,125); }
div.DivClassName
{
background-color: #0D2D7D;
}
.BgClassName
{
background-color: #0D2D7D;
}
</style>
border-color css
<style>
span { border-color: #0D2D7D; }
span { border-color: rgb(13,45,125); }
td.TdClassName
{
border-color: #0D2D7D;
}
.TagClassName
{
border-color: #0D2D7D;
}
</style>