Shades of Medium Blue #0D0FCB
Tints of Medium Blue #0D0FCB
RGB
CMYK
RGB Variations
Color information
#0D0FCB (or 0x0D0FCB) is known color: Medium Blue. HEX triplet: 0D, 0F and CB. RGB value is (13,15,203). Sum of RGB (Red+Green+Blue) = 13+15+203=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 203 (79.69% from 255 or 87.88% from 231); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D0FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0FCB is #F2F034. Grayscale: #232323. Windows color (decimal): -15921205 or 13307661. OLE color: 13307661.
HSL color Cylindrical-coordinate representation of color #0D0FCB: hue angle of 239.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0FCB is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 15 | 203 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.20 |
| HSL | 239.37º | 0.88% | 0.42% | - |
| HSV(B) | 239.37º | 0.94% | 0.8% | - |
| XYZ | 11.12 | 4.74 | 56.83 | - |
| YUV | 35.83 | 222.34 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 203 | 0.94 | 0.93 | 0 | 0.20 | 239.37 | 0.88 | 0.42 |
| Hex | D | F | CB | 5E | 5D | 0 | 14 | EF | 58 | 2A |
| Octal | 15 | 17 | 313 | 136 | 135 | 0 | 24 | 357 | 130 | 52 |
| Binary | 1101 | 1111 | 11001011 | 1011110 | 1011101 | 0 | 10100 | 11101111 | 1011000 | 101010 |
Color Harmonies of #0D0FCB
Complementary color
Monochromatic Colors of #0D0FCB
Black with #0D0FCB
Text Example
Text Example
White with #0D0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0FCB; }
p { color: rgb(13,15,203); }
H1.HeaderClassName
{
color: #0D0FCB;
}
.AnyTagClassName
{
color: #0D0FCB;
}
</style>
background-color css
<style>
a { background-color: #0D0FCB; }
a { background-color: rgb(13,15,203); }
div.DivClassName
{
background-color: #0D0FCB;
}
.BgClassName
{
background-color: #0D0FCB;
}
</style>
border-color css
<style>
span { border-color: #0D0FCB; }
span { border-color: rgb(13,15,203); }
td.TdClassName
{
border-color: #0D0FCB;
}
.TagClassName
{
border-color: #0D0FCB;
}
</style>