Shades of Blue #0D01FC
Tints of Blue #0D01FC
RGB
CMYK
RGB Variations
Color information
#0D01FC (or 0x0D01FC) is known color: Blue. HEX triplet: 0D, 01 and FC. RGB value is (13,1,252). Sum of RGB (Red+Green+Blue) = 13+1+252=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 252 (98.83% from 255 or 94.74% from 266); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D01FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D01FC is #F2FE03. Grayscale: #202020. Windows color (decimal): -15924740 or 16515341. OLE color: 16515341.
HSL color Cylindrical-coordinate representation of color #0D01FC: hue angle of 242.87º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D01FC is Cyan = 0.95, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 1 | 252 | - |
| CMYK | 0.95 | 1.00 | 0 | 0.01 |
| HSL | 242.87º | 0.99% | 0.5% | - |
| HSV(B) | 242.87º | 1% | 0.99% | - |
| XYZ | 17.75 | 7.14 | 92.54 | - |
| YUV | 33.2 | 251.48 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 252 | 0.95 | 1.00 | 0 | 0.01 | 242.87 | 0.99 | 0.5 |
| Hex | D | 1 | FC | 5F | 64 | 0 | 1 | F3 | 63 | 32 |
| Octal | 15 | 1 | 374 | 137 | 144 | 0 | 1 | 363 | 143 | 62 |
| Binary | 1101 | 1 | 11111100 | 1011111 | 1100100 | 0 | 1 | 11110011 | 1100011 | 110010 |
Color Harmonies of #0D01FC
Complementary color
Monochromatic Colors of #0D01FC
Black with #0D01FC
Text Example
Text Example
White with #0D01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D01FC; }
p { color: rgb(13,1,252); }
H1.HeaderClassName
{
color: #0D01FC;
}
.AnyTagClassName
{
color: #0D01FC;
}
</style>
background-color css
<style>
a { background-color: #0D01FC; }
a { background-color: rgb(13,1,252); }
div.DivClassName
{
background-color: #0D01FC;
}
.BgClassName
{
background-color: #0D01FC;
}
</style>
border-color css
<style>
span { border-color: #0D01FC; }
span { border-color: rgb(13,1,252); }
td.TdClassName
{
border-color: #0D01FC;
}
.TagClassName
{
border-color: #0D01FC;
}
</style>