Shades of Sapphire #0D255B
Tints of Sapphire #0D255B
RGB
CMYK
RGB Variations
Color information
#0D255B (or 0x0D255B) is known color: Sapphire. HEX triplet: 0D, 25 and 5B. RGB value is (13,37,91). Sum of RGB (Red+Green+Blue) = 13+37+91=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D255B is #F2DAA4. Grayscale: #232323. Windows color (decimal): -15915685 or 5973261. OLE color: 5973261.
HSL color Cylindrical-coordinate representation of color #0D255B: hue angle of 221.54º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D255B is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 37 | 91 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.64 |
| HSL | 221.54º | 0.75% | 0.2% | - |
| HSV(B) | 221.54º | 0.86% | 0.36% | - |
| XYZ | 2.72 | 2.16 | 10.17 | - |
| YUV | 35.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 91 | 0.86 | 0.59 | 0 | 0.64 | 221.54 | 0.75 | 0.2 |
| Hex | D | 25 | 5B | 56 | 3B | 0 | 40 | DE | 4B | 14 |
| Octal | 15 | 45 | 133 | 126 | 73 | 0 | 100 | 336 | 113 | 24 |
| Binary | 1101 | 100101 | 1011011 | 1010110 | 111011 | 0 | 1000000 | 11011110 | 1001011 | 10100 |
Color Harmonies of #0D255B
Complementary color
Monochromatic Colors of #0D255B
Black with #0D255B
Text Example
Text Example
White with #0D255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D255B; }
p { color: rgb(13,37,91); }
H1.HeaderClassName
{
color: #0D255B;
}
.AnyTagClassName
{
color: #0D255B;
}
</style>
background-color css
<style>
a { background-color: #0D255B; }
a { background-color: rgb(13,37,91); }
div.DivClassName
{
background-color: #0D255B;
}
.BgClassName
{
background-color: #0D255B;
}
</style>
border-color css
<style>
span { border-color: #0D255B; }
span { border-color: rgb(13,37,91); }
td.TdClassName
{
border-color: #0D255B;
}
.TagClassName
{
border-color: #0D255B;
}
</style>