Shades of Sapphire #0D2E7C
Tints of Sapphire #0D2E7C
RGB
CMYK
RGB Variations
Color information
#0D2E7C (or 0x0D2E7C) is known color: Sapphire. HEX triplet: 0D, 2E and 7C. RGB value is (13,46,124). Sum of RGB (Red+Green+Blue) = 13+46+124=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D2E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2E7C is #F2D183. Grayscale: #2C2C2C. Windows color (decimal): -15913348 or 8138253. OLE color: 8138253.
HSL color Cylindrical-coordinate representation of color #0D2E7C: hue angle of 222.16º 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 #0D2E7C is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 46 | 124 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.51 |
| HSL | 222.16º | 0.81% | 0.27% | - |
| HSV(B) | 222.16º | 0.9% | 0.49% | - |
| XYZ | 4.78 | 3.49 | 19.49 | - |
| YUV | 45.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 124 | 0.90 | 0.63 | 0 | 0.51 | 222.16 | 0.81 | 0.27 |
| Hex | D | 2E | 7C | 5A | 3F | 0 | 33 | DE | 51 | 1B |
| Octal | 15 | 56 | 174 | 132 | 77 | 0 | 63 | 336 | 121 | 33 |
| Binary | 1101 | 101110 | 1111100 | 1011010 | 111111 | 0 | 110011 | 11011110 | 1010001 | 11011 |
Color Harmonies of #0D2E7C
Complementary color
Monochromatic Colors of #0D2E7C
Black with #0D2E7C
Text Example
Text Example
White with #0D2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E7C; }
p { color: rgb(13,46,124); }
H1.HeaderClassName
{
color: #0D2E7C;
}
.AnyTagClassName
{
color: #0D2E7C;
}
</style>
background-color css
<style>
a { background-color: #0D2E7C; }
a { background-color: rgb(13,46,124); }
div.DivClassName
{
background-color: #0D2E7C;
}
.BgClassName
{
background-color: #0D2E7C;
}
</style>
border-color css
<style>
span { border-color: #0D2E7C; }
span { border-color: rgb(13,46,124); }
td.TdClassName
{
border-color: #0D2E7C;
}
.TagClassName
{
border-color: #0D2E7C;
}
</style>