Shades of Blue #0D1EF6
Tints of Blue #0D1EF6
RGB
CMYK
RGB Variations
Color information
#0D1EF6 (or 0x0D1EF6) is known color: Blue. HEX triplet: 0D, 1E and F6. RGB value is (13,30,246). Sum of RGB (Red+Green+Blue) = 13+30+246=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 246 (96.48% from 255 or 85.12% from 289); Max value from RGB is 246 - color contains mainly: blue. Hex color #0D1EF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1EF6 is #F2E109. Grayscale: #303030. Windows color (decimal): -15917322 or 16129549. OLE color: 16129549.
HSL color Cylindrical-coordinate representation of color #0D1EF6: hue angle of 235.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D1EF6 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 30 | 246 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.04 |
| HSL | 235.62º | 0.93% | 0.51% | - |
| HSV(B) | 235.62º | 0.95% | 0.96% | - |
| XYZ | 17.26 | 7.67 | 87.76 | - |
| YUV | 49.54 | 238.87 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 246 | 0.95 | 0.88 | 0 | 0.04 | 235.62 | 0.93 | 0.51 |
| Hex | D | 1E | F6 | 5F | 58 | 0 | 4 | EC | 5D | 33 |
| Octal | 15 | 36 | 366 | 137 | 130 | 0 | 4 | 354 | 135 | 63 |
| Binary | 1101 | 11110 | 11110110 | 1011111 | 1011000 | 0 | 100 | 11101100 | 1011101 | 110011 |
Color Harmonies of #0D1EF6
Complementary color
Monochromatic Colors of #0D1EF6
Black with #0D1EF6
Text Example
Text Example
White with #0D1EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1EF6; }
p { color: rgb(13,30,246); }
H1.HeaderClassName
{
color: #0D1EF6;
}
.AnyTagClassName
{
color: #0D1EF6;
}
</style>
background-color css
<style>
a { background-color: #0D1EF6; }
a { background-color: rgb(13,30,246); }
div.DivClassName
{
background-color: #0D1EF6;
}
.BgClassName
{
background-color: #0D1EF6;
}
</style>
border-color css
<style>
span { border-color: #0D1EF6; }
span { border-color: rgb(13,30,246); }
td.TdClassName
{
border-color: #0D1EF6;
}
.TagClassName
{
border-color: #0D1EF6;
}
</style>