Shades of Blue #0D1FFB
Tints of Blue #0D1FFB
RGB
CMYK
RGB Variations
Color information
#0D1FFB (or 0x0D1FFB) is known color: Blue. HEX triplet: 0D, 1F and FB. RGB value is (13,31,251). Sum of RGB (Red+Green+Blue) = 13+31+251=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D1FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1FFB is #F2E004. Grayscale: #313131. Windows color (decimal): -15917061 or 16457485. OLE color: 16457485.
HSL color Cylindrical-coordinate representation of color #0D1FFB: hue angle of 235.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D1FFB is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 31 | 251 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.02 |
| HSL | 235.46º | 0.97% | 0.52% | - |
| HSV(B) | 235.46º | 0.95% | 0.98% | - |
| XYZ | 18.07 | 8.03 | 91.86 | - |
| YUV | 50.7 | 241.04 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 251 | 0.95 | 0.88 | 0 | 0.02 | 235.46 | 0.97 | 0.52 |
| Hex | D | 1F | FB | 5F | 58 | 0 | 2 | EB | 61 | 34 |
| Octal | 15 | 37 | 373 | 137 | 130 | 0 | 2 | 353 | 141 | 64 |
| Binary | 1101 | 11111 | 11111011 | 1011111 | 1011000 | 0 | 10 | 11101011 | 1100001 | 110100 |
Color Harmonies of #0D1FFB
Complementary color
Monochromatic Colors of #0D1FFB
Black with #0D1FFB
Text Example
Text Example
White with #0D1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1FFB; }
p { color: rgb(13,31,251); }
H1.HeaderClassName
{
color: #0D1FFB;
}
.AnyTagClassName
{
color: #0D1FFB;
}
</style>
background-color css
<style>
a { background-color: #0D1FFB; }
a { background-color: rgb(13,31,251); }
div.DivClassName
{
background-color: #0D1FFB;
}
.BgClassName
{
background-color: #0D1FFB;
}
</style>
border-color css
<style>
span { border-color: #0D1FFB; }
span { border-color: rgb(13,31,251); }
td.TdClassName
{
border-color: #0D1FFB;
}
.TagClassName
{
border-color: #0D1FFB;
}
</style>