Shades of Blue #0D1AEB
Tints of Blue #0D1AEB
RGB
CMYK
RGB Variations
Color information
#0D1AEB (or 0x0D1AEB) is known color: Blue. HEX triplet: 0D, 1A and EB. RGB value is (13,26,235). Sum of RGB (Red+Green+Blue) = 13+26+235=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 235 (92.19% from 255 or 85.77% from 274); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D1AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1AEB is #F2E514. Grayscale: #2D2D2D. Windows color (decimal): -15918357 or 15407629. OLE color: 15407629.
HSL color Cylindrical-coordinate representation of color #0D1AEB: hue angle of 236.49º 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 #0D1AEB is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 26 | 235 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.08 |
| HSL | 236.49º | 0.9% | 0.49% | - |
| HSV(B) | 236.49º | 0.94% | 0.92% | - |
| XYZ | 15.53 | 6.82 | 79.1 | - |
| YUV | 45.94 | 234.69 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 235 | 0.94 | 0.89 | 0 | 0.08 | 236.49 | 0.9 | 0.49 |
| Hex | D | 1A | EB | 5E | 59 | 0 | 8 | EC | 5A | 31 |
| Octal | 15 | 32 | 353 | 136 | 131 | 0 | 10 | 354 | 132 | 61 |
| Binary | 1101 | 11010 | 11101011 | 1011110 | 1011001 | 0 | 1000 | 11101100 | 1011010 | 110001 |
Color Harmonies of #0D1AEB
Complementary color
Monochromatic Colors of #0D1AEB
Black with #0D1AEB
Text Example
Text Example
White with #0D1AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1AEB; }
p { color: rgb(13,26,235); }
H1.HeaderClassName
{
color: #0D1AEB;
}
.AnyTagClassName
{
color: #0D1AEB;
}
</style>
background-color css
<style>
a { background-color: #0D1AEB; }
a { background-color: rgb(13,26,235); }
div.DivClassName
{
background-color: #0D1AEB;
}
.BgClassName
{
background-color: #0D1AEB;
}
</style>
border-color css
<style>
span { border-color: #0D1AEB; }
span { border-color: rgb(13,26,235); }
td.TdClassName
{
border-color: #0D1AEB;
}
.TagClassName
{
border-color: #0D1AEB;
}
</style>