Shades of Blue #0D1EFA
Tints of Blue #0D1EFA
RGB
CMYK
RGB Variations
Color information
#0D1EFA (or 0x0D1EFA) is known color: Blue. HEX triplet: 0D, 1E and FA. RGB value is (13,30,250). Sum of RGB (Red+Green+Blue) = 13+30+250=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D1EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1EFA is #F2E105. Grayscale: #313131. Windows color (decimal): -15917318 or 16391693. OLE color: 16391693.
HSL color Cylindrical-coordinate representation of color #0D1EFA: hue angle of 235.7º degrees, saturation: 0.96, 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 #0D1EFA is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 30 | 250 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.02 |
| HSL | 235.7º | 0.96% | 0.52% | - |
| HSV(B) | 235.7º | 0.95% | 0.98% | - |
| XYZ | 17.89 | 7.92 | 91.03 | - |
| YUV | 50 | 240.87 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 250 | 0.95 | 0.88 | 0 | 0.02 | 235.7 | 0.96 | 0.52 |
| Hex | D | 1E | FA | 5F | 58 | 0 | 2 | EC | 60 | 34 |
| Octal | 15 | 36 | 372 | 137 | 130 | 0 | 2 | 354 | 140 | 64 |
| Binary | 1101 | 11110 | 11111010 | 1011111 | 1011000 | 0 | 10 | 11101100 | 1100000 | 110100 |
Color Harmonies of #0D1EFA
Complementary color
Monochromatic Colors of #0D1EFA
Black with #0D1EFA
Text Example
Text Example
White with #0D1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1EFA; }
p { color: rgb(13,30,250); }
H1.HeaderClassName
{
color: #0D1EFA;
}
.AnyTagClassName
{
color: #0D1EFA;
}
</style>
background-color css
<style>
a { background-color: #0D1EFA; }
a { background-color: rgb(13,30,250); }
div.DivClassName
{
background-color: #0D1EFA;
}
.BgClassName
{
background-color: #0D1EFA;
}
</style>
border-color css
<style>
span { border-color: #0D1EFA; }
span { border-color: rgb(13,30,250); }
td.TdClassName
{
border-color: #0D1EFA;
}
.TagClassName
{
border-color: #0D1EFA;
}
</style>