Shades of Navy Blue #0D5FFA
Tints of Navy Blue #0D5FFA
RGB
CMYK
RGB Variations
Color information
#0D5FFA (or 0x0D5FFA) is known color: Navy Blue. HEX triplet: 0D, 5F and FA. RGB value is (13,95,250). Sum of RGB (Red+Green+Blue) = 13+95+250=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D5FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5FFA is #F2A005. Grayscale: #575757. Windows color (decimal): -15900678 or 16408333. OLE color: 16408333.
HSL color Cylindrical-coordinate representation of color #0D5FFA: hue angle of 219.24º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D5FFA is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 95 | 250 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.02 |
| HSL | 219.24º | 0.96% | 0.52% | - |
| HSV(B) | 219.24º | 0.95% | 0.98% | - |
| XYZ | 21.51 | 15.17 | 92.24 | - |
| YUV | 88.15 | 219.33 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 250 | 0.95 | 0.62 | 0 | 0.02 | 219.24 | 0.96 | 0.52 |
| Hex | D | 5F | FA | 5F | 3E | 0 | 2 | DB | 60 | 34 |
| Octal | 15 | 137 | 372 | 137 | 76 | 0 | 2 | 333 | 140 | 64 |
| Binary | 1101 | 1011111 | 11111010 | 1011111 | 111110 | 0 | 10 | 11011011 | 1100000 | 110100 |
Color Harmonies of #0D5FFA
Complementary color
Monochromatic Colors of #0D5FFA
Black with #0D5FFA
Text Example
Text Example
White with #0D5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FFA; }
p { color: rgb(13,95,250); }
H1.HeaderClassName
{
color: #0D5FFA;
}
.AnyTagClassName
{
color: #0D5FFA;
}
</style>
background-color css
<style>
a { background-color: #0D5FFA; }
a { background-color: rgb(13,95,250); }
div.DivClassName
{
background-color: #0D5FFA;
}
.BgClassName
{
background-color: #0D5FFA;
}
</style>
border-color css
<style>
span { border-color: #0D5FFA; }
span { border-color: rgb(13,95,250); }
td.TdClassName
{
border-color: #0D5FFA;
}
.TagClassName
{
border-color: #0D5FFA;
}
</style>