Shades of Sapphire #0D1E53
Tints of Sapphire #0D1E53
RGB
CMYK
RGB Variations
Color information
#0D1E53 (or 0x0D1E53) is known color: Sapphire. HEX triplet: 0D, 1E and 53. RGB value is (13,30,83). Sum of RGB (Red+Green+Blue) = 13+30+83=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D1E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1E53 is #F2E1AC. Grayscale: #1E1E1E. Windows color (decimal): -15917485 or 5447181. OLE color: 5447181.
HSL color Cylindrical-coordinate representation of color #0D1E53: hue angle of 225.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1E53 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 30 | 83 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.67 |
| HSL | 225.43º | 0.73% | 0.19% | - |
| HSV(B) | 225.43º | 0.84% | 0.33% | - |
| XYZ | 2.19 | 1.64 | 8.38 | - |
| YUV | 30.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 83 | 0.84 | 0.64 | 0 | 0.67 | 225.43 | 0.73 | 0.19 |
| Hex | D | 1E | 53 | 54 | 40 | 0 | 43 | E1 | 49 | 13 |
| Octal | 15 | 36 | 123 | 124 | 100 | 0 | 103 | 341 | 111 | 23 |
| Binary | 1101 | 11110 | 1010011 | 1010100 | 1000000 | 0 | 1000011 | 11100001 | 1001001 | 10011 |
Color Harmonies of #0D1E53
Complementary color
Monochromatic Colors of #0D1E53
Black with #0D1E53
Text Example
Text Example
White with #0D1E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1E53; }
p { color: rgb(13,30,83); }
H1.HeaderClassName
{
color: #0D1E53;
}
.AnyTagClassName
{
color: #0D1E53;
}
</style>
background-color css
<style>
a { background-color: #0D1E53; }
a { background-color: rgb(13,30,83); }
div.DivClassName
{
background-color: #0D1E53;
}
.BgClassName
{
background-color: #0D1E53;
}
</style>
border-color css
<style>
span { border-color: #0D1E53; }
span { border-color: rgb(13,30,83); }
td.TdClassName
{
border-color: #0D1E53;
}
.TagClassName
{
border-color: #0D1E53;
}
</style>