Shades of Sapphire #0D1B4D
Tints of Sapphire #0D1B4D
RGB
CMYK
RGB Variations
Color information
#0D1B4D (or 0x0D1B4D) is known color: Sapphire. HEX triplet: 0D, 1B and 4D. RGB value is (13,27,77). Sum of RGB (Red+Green+Blue) = 13+27+77=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D1B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1B4D is #F2E4B2. Grayscale: #1C1C1C. Windows color (decimal): -15918259 or 5053197. OLE color: 5053197.
HSL color Cylindrical-coordinate representation of color #0D1B4D: hue angle of 226.88º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D1B4D is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 27 | 77 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.70 |
| HSL | 226.88º | 0.71% | 0.18% | - |
| HSV(B) | 226.88º | 0.83% | 0.3% | - |
| XYZ | 1.9 | 1.41 | 7.19 | - |
| YUV | 28.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 77 | 0.83 | 0.65 | 0 | 0.70 | 226.88 | 0.71 | 0.18 |
| Hex | D | 1B | 4D | 53 | 41 | 0 | 46 | E3 | 47 | 12 |
| Octal | 15 | 33 | 115 | 123 | 101 | 0 | 106 | 343 | 107 | 22 |
| Binary | 1101 | 11011 | 1001101 | 1010011 | 1000001 | 0 | 1000110 | 11100011 | 1000111 | 10010 |
Color Harmonies of #0D1B4D
Complementary color
Monochromatic Colors of #0D1B4D
Black with #0D1B4D
Text Example
Text Example
White with #0D1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B4D; }
p { color: rgb(13,27,77); }
H1.HeaderClassName
{
color: #0D1B4D;
}
.AnyTagClassName
{
color: #0D1B4D;
}
</style>
background-color css
<style>
a { background-color: #0D1B4D; }
a { background-color: rgb(13,27,77); }
div.DivClassName
{
background-color: #0D1B4D;
}
.BgClassName
{
background-color: #0D1B4D;
}
</style>
border-color css
<style>
span { border-color: #0D1B4D; }
span { border-color: rgb(13,27,77); }
td.TdClassName
{
border-color: #0D1B4D;
}
.TagClassName
{
border-color: #0D1B4D;
}
</style>