Shades of Blue #0D15FF
Tints of Blue #0D15FF
RGB
CMYK
RGB Variations
Color information
#0D15FF (or 0x0D15FF) is known color: Blue. HEX triplet: 0D, 15 and FF. RGB value is (13,21,255). Sum of RGB (Red+Green+Blue) = 13+21+255=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D15FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D15FF is #F2EA00. Grayscale: #2C2C2C. Windows color (decimal): -15919617 or 16717069. OLE color: 16717069.
HSL color Cylindrical-coordinate representation of color #0D15FF: hue angle of 238.02º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D15FF is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 21 | 255 | - |
| CMYK | 0.95 | 0.92 | 0 | 0 |
| HSL | 238.02º | 1% | 0.53% | - |
| HSV(B) | 238.02º | 0.95% | 1% | - |
| XYZ | 18.48 | 7.84 | 95.15 | - |
| YUV | 45.28 | 246.35 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 255 | 0.95 | 0.92 | 0 | 0 | 238.02 | 1 | 0.53 |
| Hex | D | 15 | FF | 5F | 5C | 0 | 0 | EE | 64 | 35 |
| Octal | 15 | 25 | 377 | 137 | 134 | 0 | 0 | 356 | 144 | 65 |
| Binary | 1101 | 10101 | 11111111 | 1011111 | 1011100 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #0D15FF
Complementary color
Monochromatic Colors of #0D15FF
Black with #0D15FF
Text Example
Text Example
White with #0D15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D15FF; }
p { color: rgb(13,21,255); }
H1.HeaderClassName
{
color: #0D15FF;
}
.AnyTagClassName
{
color: #0D15FF;
}
</style>
background-color css
<style>
a { background-color: #0D15FF; }
a { background-color: rgb(13,21,255); }
div.DivClassName
{
background-color: #0D15FF;
}
.BgClassName
{
background-color: #0D15FF;
}
</style>
border-color css
<style>
span { border-color: #0D15FF; }
span { border-color: rgb(13,21,255); }
td.TdClassName
{
border-color: #0D15FF;
}
.TagClassName
{
border-color: #0D15FF;
}
</style>