Shades of Sapphire #0D255D
Tints of Sapphire #0D255D
RGB
CMYK
RGB Variations
Color information
#0D255D (or 0x0D255D) is known color: Sapphire. HEX triplet: 0D, 25 and 5D. RGB value is (13,37,93). Sum of RGB (Red+Green+Blue) = 13+37+93=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D255D is #F2DAA2. Grayscale: #232323. Windows color (decimal): -15915683 or 6104333. OLE color: 6104333.
HSL color Cylindrical-coordinate representation of color #0D255D: hue angle of 222º 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 #0D255D is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 37 | 93 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.64 |
| HSL | 222º | 0.75% | 0.21% | - |
| HSV(B) | 222º | 0.86% | 0.36% | - |
| XYZ | 2.8 | 2.2 | 10.63 | - |
| YUV | 36.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 93 | 0.86 | 0.60 | 0 | 0.64 | 222 | 0.75 | 0.21 |
| Hex | D | 25 | 5D | 56 | 3C | 0 | 40 | DE | 4B | 15 |
| Octal | 15 | 45 | 135 | 126 | 74 | 0 | 100 | 336 | 113 | 25 |
| Binary | 1101 | 100101 | 1011101 | 1010110 | 111100 | 0 | 1000000 | 11011110 | 1001011 | 10101 |
Color Harmonies of #0D255D
Complementary color
Monochromatic Colors of #0D255D
Black with #0D255D
Text Example
Text Example
White with #0D255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D255D; }
p { color: rgb(13,37,93); }
H1.HeaderClassName
{
color: #0D255D;
}
.AnyTagClassName
{
color: #0D255D;
}
</style>
background-color css
<style>
a { background-color: #0D255D; }
a { background-color: rgb(13,37,93); }
div.DivClassName
{
background-color: #0D255D;
}
.BgClassName
{
background-color: #0D255D;
}
</style>
border-color css
<style>
span { border-color: #0D255D; }
span { border-color: rgb(13,37,93); }
td.TdClassName
{
border-color: #0D255D;
}
.TagClassName
{
border-color: #0D255D;
}
</style>