Shades of Blue #0D05FF
Tints of Blue #0D05FF
RGB
CMYK
RGB Variations
Color information
#0D05FF (or 0x0D05FF) is known color: Blue. HEX triplet: 0D, 05 and FF. RGB value is (13,5,255). Sum of RGB (Red+Green+Blue) = 13+5+255=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D05FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D05FF is #F2FA00. Grayscale: #222222. Windows color (decimal): -15923713 or 16712973. OLE color: 16712973.
HSL color Cylindrical-coordinate representation of color #0D05FF: hue angle of 241.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D05FF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 5 | 255 | - |
| CMYK | 0.95 | 0.98 | 0 | 0 |
| HSL | 241.92º | 1% | 0.51% | - |
| HSV(B) | 241.92º | 0.98% | 1% | - |
| XYZ | 18.27 | 7.41 | 95.08 | - |
| YUV | 35.89 | 251.65 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 255 | 0.95 | 0.98 | 0 | 0 | 241.92 | 1 | 0.51 |
| Hex | D | 5 | FF | 5F | 62 | 0 | 0 | F2 | 64 | 33 |
| Octal | 15 | 5 | 377 | 137 | 142 | 0 | 0 | 362 | 144 | 63 |
| Binary | 1101 | 101 | 11111111 | 1011111 | 1100010 | 0 | 0 | 11110010 | 1100100 | 110011 |
Color Harmonies of #0D05FF
Complementary color
Monochromatic Colors of #0D05FF
Black with #0D05FF
Text Example
Text Example
White with #0D05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D05FF; }
p { color: rgb(13,5,255); }
H1.HeaderClassName
{
color: #0D05FF;
}
.AnyTagClassName
{
color: #0D05FF;
}
</style>
background-color css
<style>
a { background-color: #0D05FF; }
a { background-color: rgb(13,5,255); }
div.DivClassName
{
background-color: #0D05FF;
}
.BgClassName
{
background-color: #0D05FF;
}
</style>
border-color css
<style>
span { border-color: #0D05FF; }
span { border-color: rgb(13,5,255); }
td.TdClassName
{
border-color: #0D05FF;
}
.TagClassName
{
border-color: #0D05FF;
}
</style>