Shades of Navy Blue #0D4CFC
Tints of Navy Blue #0D4CFC
RGB
CMYK
RGB Variations
Color information
#0D4CFC (or 0x0D4CFC) is known color: Navy Blue. HEX triplet: 0D, 4C and FC. RGB value is (13,76,252). Sum of RGB (Red+Green+Blue) = 13+76+252=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D4CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4CFC is #F2B303. Grayscale: #4C4C4C. Windows color (decimal): -15905540 or 16534541. OLE color: 16534541.
HSL color Cylindrical-coordinate representation of color #0D4CFC: hue angle of 224.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D4CFC is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 76 | 252 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.01 |
| HSL | 224.18º | 0.98% | 0.52% | - |
| HSV(B) | 224.18º | 0.95% | 0.99% | - |
| XYZ | 20.32 | 12.28 | 93.4 | - |
| YUV | 77.23 | 226.63 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 252 | 0.95 | 0.70 | 0 | 0.01 | 224.18 | 0.98 | 0.52 |
| Hex | D | 4C | FC | 5F | 46 | 0 | 1 | E0 | 62 | 34 |
| Octal | 15 | 114 | 374 | 137 | 106 | 0 | 1 | 340 | 142 | 64 |
| Binary | 1101 | 1001100 | 11111100 | 1011111 | 1000110 | 0 | 1 | 11100000 | 1100010 | 110100 |
Color Harmonies of #0D4CFC
Complementary color
Monochromatic Colors of #0D4CFC
Black with #0D4CFC
Text Example
Text Example
White with #0D4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4CFC; }
p { color: rgb(13,76,252); }
H1.HeaderClassName
{
color: #0D4CFC;
}
.AnyTagClassName
{
color: #0D4CFC;
}
</style>
background-color css
<style>
a { background-color: #0D4CFC; }
a { background-color: rgb(13,76,252); }
div.DivClassName
{
background-color: #0D4CFC;
}
.BgClassName
{
background-color: #0D4CFC;
}
</style>
border-color css
<style>
span { border-color: #0D4CFC; }
span { border-color: rgb(13,76,252); }
td.TdClassName
{
border-color: #0D4CFC;
}
.TagClassName
{
border-color: #0D4CFC;
}
</style>