Shades of Blue #0D1FEB
Tints of Blue #0D1FEB
RGB
CMYK
RGB Variations
Color information
#0D1FEB (or 0x0D1FEB) is known color: Blue. HEX triplet: 0D, 1F and EB. RGB value is (13,31,235). Sum of RGB (Red+Green+Blue) = 13+31+235=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 235 (92.19% from 255 or 84.23% from 279); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D1FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1FEB is #F2E014. Grayscale: #303030. Windows color (decimal): -15917077 or 15408909. OLE color: 15408909.
HSL color Cylindrical-coordinate representation of color #0D1FEB: hue angle of 235.14º 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 #0D1FEB is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 31 | 235 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.08 |
| HSL | 235.14º | 0.9% | 0.49% | - |
| HSV(B) | 235.14º | 0.94% | 0.92% | - |
| XYZ | 15.65 | 7.06 | 79.14 | - |
| YUV | 48.87 | 233.04 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 235 | 0.94 | 0.87 | 0 | 0.08 | 235.14 | 0.9 | 0.49 |
| Hex | D | 1F | EB | 5E | 57 | 0 | 8 | EB | 5A | 31 |
| Octal | 15 | 37 | 353 | 136 | 127 | 0 | 10 | 353 | 132 | 61 |
| Binary | 1101 | 11111 | 11101011 | 1011110 | 1010111 | 0 | 1000 | 11101011 | 1011010 | 110001 |
Color Harmonies of #0D1FEB
Complementary color
Monochromatic Colors of #0D1FEB
Black with #0D1FEB
Text Example
Text Example
White with #0D1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1FEB; }
p { color: rgb(13,31,235); }
H1.HeaderClassName
{
color: #0D1FEB;
}
.AnyTagClassName
{
color: #0D1FEB;
}
</style>
background-color css
<style>
a { background-color: #0D1FEB; }
a { background-color: rgb(13,31,235); }
div.DivClassName
{
background-color: #0D1FEB;
}
.BgClassName
{
background-color: #0D1FEB;
}
</style>
border-color css
<style>
span { border-color: #0D1FEB; }
span { border-color: rgb(13,31,235); }
td.TdClassName
{
border-color: #0D1FEB;
}
.TagClassName
{
border-color: #0D1FEB;
}
</style>