Shades of Medium Blue #0D14B6
Tints of Medium Blue #0D14B6
RGB
CMYK
RGB Variations
Color information
#0D14B6 (or 0x0D14B6) is known color: Medium Blue. HEX triplet: 0D, 14 and B6. RGB value is (13,20,182). Sum of RGB (Red+Green+Blue) = 13+20+182=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 182 (71.48% from 255 or 84.65% from 215); Max value from RGB is 182 - color contains mainly: blue. Hex color #0D14B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D14B6 is #F2EB49. Grayscale: #232323. Windows color (decimal): -15919946 or 11932685. OLE color: 11932685.
HSL color Cylindrical-coordinate representation of color #0D14B6: hue angle of 237.51º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D14B6 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 20 | 182 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.29 |
| HSL | 237.51º | 0.87% | 0.38% | - |
| HSV(B) | 237.51º | 0.93% | 0.71% | - |
| XYZ | 8.86 | 3.96 | 44.55 | - |
| YUV | 36.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 182 | 0.93 | 0.89 | 0 | 0.29 | 237.51 | 0.87 | 0.38 |
| Hex | D | 14 | B6 | 5D | 59 | 0 | 1D | EE | 57 | 26 |
| Octal | 15 | 24 | 266 | 135 | 131 | 0 | 35 | 356 | 127 | 46 |
| Binary | 1101 | 10100 | 10110110 | 1011101 | 1011001 | 0 | 11101 | 11101110 | 1010111 | 100110 |
Color Harmonies of #0D14B6
Complementary color
Monochromatic Colors of #0D14B6
Black with #0D14B6
Text Example
Text Example
White with #0D14B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D14B6; }
p { color: rgb(13,20,182); }
H1.HeaderClassName
{
color: #0D14B6;
}
.AnyTagClassName
{
color: #0D14B6;
}
</style>
background-color css
<style>
a { background-color: #0D14B6; }
a { background-color: rgb(13,20,182); }
div.DivClassName
{
background-color: #0D14B6;
}
.BgClassName
{
background-color: #0D14B6;
}
</style>
border-color css
<style>
span { border-color: #0D14B6; }
span { border-color: rgb(13,20,182); }
td.TdClassName
{
border-color: #0D14B6;
}
.TagClassName
{
border-color: #0D14B6;
}
</style>