Shades of Navy Blue #0D5FCB
Tints of Navy Blue #0D5FCB
RGB
CMYK
RGB Variations
Color information
#0D5FCB (or 0x0D5FCB) is known color: Navy Blue. HEX triplet: 0D, 5F and CB. RGB value is (13,95,203). Sum of RGB (Red+Green+Blue) = 13+95+203=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D5FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FCB is #F2A034. Grayscale: #525252. Windows color (decimal): -15900725 or 13328141. OLE color: 13328141.
HSL color Cylindrical-coordinate representation of color #0D5FCB: hue angle of 214.11º 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 #0D5FCB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 95 | 203 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.20 |
| HSL | 214.11º | 0.88% | 0.42% | - |
| HSV(B) | 214.11º | 0.94% | 0.8% | - |
| XYZ | 15.04 | 12.58 | 58.14 | - |
| YUV | 82.79 | 195.83 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 203 | 0.94 | 0.53 | 0 | 0.20 | 214.11 | 0.88 | 0.42 |
| Hex | D | 5F | CB | 5E | 35 | 0 | 14 | D6 | 58 | 2A |
| Octal | 15 | 137 | 313 | 136 | 65 | 0 | 24 | 326 | 130 | 52 |
| Binary | 1101 | 1011111 | 11001011 | 1011110 | 110101 | 0 | 10100 | 11010110 | 1011000 | 101010 |
Color Harmonies of #0D5FCB
Complementary color
Monochromatic Colors of #0D5FCB
Black with #0D5FCB
Text Example
Text Example
White with #0D5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FCB; }
p { color: rgb(13,95,203); }
H1.HeaderClassName
{
color: #0D5FCB;
}
.AnyTagClassName
{
color: #0D5FCB;
}
</style>
background-color css
<style>
a { background-color: #0D5FCB; }
a { background-color: rgb(13,95,203); }
div.DivClassName
{
background-color: #0D5FCB;
}
.BgClassName
{
background-color: #0D5FCB;
}
</style>
border-color css
<style>
span { border-color: #0D5FCB; }
span { border-color: rgb(13,95,203); }
td.TdClassName
{
border-color: #0D5FCB;
}
.TagClassName
{
border-color: #0D5FCB;
}
</style>