Shades of Blue #0D00EB
Tints of Blue #0D00EB
RGB
CMYK
RGB Variations
Color information
#0D00EB (or 0x0D00EB) is known color: Blue. HEX triplet: 0D, 00 and EB. RGB value is (13,0,235). Sum of RGB (Red+Green+Blue) = 13+0+235=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 235 (92.19% from 255 or 94.76% from 248); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D00EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D00EB is #F2FF14. Grayscale: #1D1D1D. Windows color (decimal): -15925013 or 15400973. OLE color: 15400973.
HSL color Cylindrical-coordinate representation of color #0D00EB: hue angle of 243.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D00EB is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 0 | 235 | - |
| CMYK | 0.94 | 1 | 0 | 0.08 |
| HSL | 243.32º | 1% | 0.46% | - |
| HSV(B) | 243.32º | 1% | 0.92% | - |
| XYZ | 15.16 | 6.08 | 78.97 | - |
| YUV | 30.68 | 243.31 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 235 | 0.94 | 1 | 0 | 0.08 | 243.32 | 1 | 0.46 |
| Hex | D | 0 | EB | 5E | 64 | 0 | 8 | F3 | 64 | 2E |
| Octal | 15 | 0 | 353 | 136 | 144 | 0 | 10 | 363 | 144 | 56 |
| Binary | 1101 | 0 | 11101011 | 1011110 | 1100100 | 0 | 1000 | 11110011 | 1100100 | 101110 |
Color Harmonies of #0D00EB
Complementary color
Monochromatic Colors of #0D00EB
Black with #0D00EB
Text Example
Text Example
White with #0D00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D00EB; }
p { color: rgb(13,0,235); }
H1.HeaderClassName
{
color: #0D00EB;
}
.AnyTagClassName
{
color: #0D00EB;
}
</style>
background-color css
<style>
a { background-color: #0D00EB; }
a { background-color: rgb(13,0,235); }
div.DivClassName
{
background-color: #0D00EB;
}
.BgClassName
{
background-color: #0D00EB;
}
</style>
border-color css
<style>
span { border-color: #0D00EB; }
span { border-color: rgb(13,0,235); }
td.TdClassName
{
border-color: #0D00EB;
}
.TagClassName
{
border-color: #0D00EB;
}
</style>