Shades of Blue #0D1DEC
Tints of Blue #0D1DEC
RGB
CMYK
RGB Variations
Color information
#0D1DEC (or 0x0D1DEC) is known color: Blue. HEX triplet: 0D, 1D and EC. RGB value is (13,29,236). Sum of RGB (Red+Green+Blue) = 13+29+236=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 236 (92.58% from 255 or 84.89% from 278); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D1DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1DEC is #F2E213. Grayscale: #2E2E2E. Windows color (decimal): -15917588 or 15473933. OLE color: 15473933.
HSL color Cylindrical-coordinate representation of color #0D1DEC: hue angle of 235.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1DEC is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 13 | 29 | 236 | - |
CMYK | 0.94 | 0.88 | 0 | 0.07 |
HSL | 235.7º | 0.9% | 0.49% | - |
HSV(B) | 235.7º | 0.94% | 0.93% | - |
XYZ | 15.75 | 7.02 | 79.88 | - |
YUV | 47.81 | 234.2 | 103.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 29 | 236 | 0.94 | 0.88 | 0 | 0.07 | 235.7 | 0.9 | 0.49 |
Hex | D | 1D | EC | 5E | 58 | 0 | 7 | EC | 5A | 31 |
Octal | 15 | 35 | 354 | 136 | 130 | 0 | 7 | 354 | 132 | 61 |
Binary | 1101 | 11101 | 11101100 | 1011110 | 1011000 | 0 | 111 | 11101100 | 1011010 | 110001 |
Color Harmonies of #0D1DEC
Complementary color
Monochromatic Colors of #0D1DEC
Black with #0D1DEC
Text Example
Text Example
White with #0D1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1DEC; }
p { color: rgb(13,29,236); }
H1.HeaderClassName
{
color: #0D1DEC;
}
.AnyTagClassName
{
color: #0D1DEC;
}
</style>
background-color css
<style>
a { background-color: #0D1DEC; }
a { background-color: rgb(13,29,236); }
div.DivClassName
{
background-color: #0D1DEC;
}
.BgClassName
{
background-color: #0D1DEC;
}
</style>
border-color css
<style>
span { border-color: #0D1DEC; }
span { border-color: rgb(13,29,236); }
td.TdClassName
{
border-color: #0D1DEC;
}
.TagClassName
{
border-color: #0D1DEC;
}
</style>