Shades of Blue #0D1DEB
Tints of Blue #0D1DEB
RGB
CMYK
RGB Variations
Color information
#0D1DEB (or 0x0D1DEB) is known color: Blue. HEX triplet: 0D, 1D and EB. RGB value is (13,29,235). Sum of RGB (Red+Green+Blue) = 13+29+235=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D1DEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1DEB is #F2E214. Grayscale: #2E2E2E. Windows color (decimal): -15917589 or 15408397. OLE color: 15408397.
HSL color Cylindrical-coordinate representation of color #0D1DEB: hue angle of 235.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1DEB is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 29 | 235 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.08 |
| HSL | 235.68º | 0.9% | 0.49% | - |
| HSV(B) | 235.68º | 0.94% | 0.92% | - |
| XYZ | 15.6 | 6.96 | 79.12 | - |
| YUV | 47.7 | 233.7 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 235 | 0.94 | 0.88 | 0 | 0.08 | 235.68 | 0.9 | 0.49 |
| Hex | D | 1D | EB | 5E | 58 | 0 | 8 | EC | 5A | 31 |
| Octal | 15 | 35 | 353 | 136 | 130 | 0 | 10 | 354 | 132 | 61 |
| Binary | 1101 | 11101 | 11101011 | 1011110 | 1011000 | 0 | 1000 | 11101100 | 1011010 | 110001 |
Color Harmonies of #0D1DEB
Complementary color
Monochromatic Colors of #0D1DEB
Black with #0D1DEB
Text Example
Text Example
White with #0D1DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1DEB; }
p { color: rgb(13,29,235); }
H1.HeaderClassName
{
color: #0D1DEB;
}
.AnyTagClassName
{
color: #0D1DEB;
}
</style>
background-color css
<style>
a { background-color: #0D1DEB; }
a { background-color: rgb(13,29,235); }
div.DivClassName
{
background-color: #0D1DEB;
}
.BgClassName
{
background-color: #0D1DEB;
}
</style>
border-color css
<style>
span { border-color: #0D1DEB; }
span { border-color: rgb(13,29,235); }
td.TdClassName
{
border-color: #0D1DEB;
}
.TagClassName
{
border-color: #0D1DEB;
}
</style>