Shades of Sapphire #0D1B55
Tints of Sapphire #0D1B55
RGB
CMYK
RGB Variations
Color information
#0D1B55 (or 0x0D1B55) is known color: Sapphire. HEX triplet: 0D, 1B and 55. RGB value is (13,27,85). Sum of RGB (Red+Green+Blue) = 13+27+85=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D1B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1B55 is #F2E4AA. Grayscale: #1D1D1D. Windows color (decimal): -15918251 or 5577485. OLE color: 5577485.
HSL color Cylindrical-coordinate representation of color #0D1B55: hue angle of 228.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1B55 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 27 | 85 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.67 |
| HSL | 228.33º | 0.73% | 0.19% | - |
| HSV(B) | 228.33º | 0.85% | 0.33% | - |
| XYZ | 2.2 | 1.53 | 8.77 | - |
| YUV | 29.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 85 | 0.85 | 0.68 | 0 | 0.67 | 228.33 | 0.73 | 0.19 |
| Hex | D | 1B | 55 | 55 | 44 | 0 | 43 | E4 | 49 | 13 |
| Octal | 15 | 33 | 125 | 125 | 104 | 0 | 103 | 344 | 111 | 23 |
| Binary | 1101 | 11011 | 1010101 | 1010101 | 1000100 | 0 | 1000011 | 11100100 | 1001001 | 10011 |
Color Harmonies of #0D1B55
Complementary color
Monochromatic Colors of #0D1B55
Black with #0D1B55
Text Example
Text Example
White with #0D1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B55; }
p { color: rgb(13,27,85); }
H1.HeaderClassName
{
color: #0D1B55;
}
.AnyTagClassName
{
color: #0D1B55;
}
</style>
background-color css
<style>
a { background-color: #0D1B55; }
a { background-color: rgb(13,27,85); }
div.DivClassName
{
background-color: #0D1B55;
}
.BgClassName
{
background-color: #0D1B55;
}
</style>
border-color css
<style>
span { border-color: #0D1B55; }
span { border-color: rgb(13,27,85); }
td.TdClassName
{
border-color: #0D1B55;
}
.TagClassName
{
border-color: #0D1B55;
}
</style>