Shades of Navy Blue #0D4FFC
Tints of Navy Blue #0D4FFC
RGB
CMYK
RGB Variations
Color information
#0D4FFC (or 0x0D4FFC) is known color: Navy Blue. HEX triplet: 0D, 4F and FC. RGB value is (13,79,252). Sum of RGB (Red+Green+Blue) = 13+79+252=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D4FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4FFC is #F2B003. Grayscale: #4E4E4E. Windows color (decimal): -15904772 or 16535309. OLE color: 16535309.
HSL color Cylindrical-coordinate representation of color #0D4FFC: hue angle of 223.43º 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 #0D4FFC is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 79 | 252 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.01 |
| HSL | 223.43º | 0.98% | 0.52% | - |
| HSV(B) | 223.43º | 0.95% | 0.99% | - |
| XYZ | 20.53 | 12.71 | 93.47 | - |
| YUV | 78.99 | 225.63 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 252 | 0.95 | 0.69 | 0 | 0.01 | 223.43 | 0.98 | 0.52 |
| Hex | D | 4F | FC | 5F | 45 | 0 | 1 | DF | 62 | 34 |
| Octal | 15 | 117 | 374 | 137 | 105 | 0 | 1 | 337 | 142 | 64 |
| Binary | 1101 | 1001111 | 11111100 | 1011111 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110100 |
Color Harmonies of #0D4FFC
Complementary color
Monochromatic Colors of #0D4FFC
Black with #0D4FFC
Text Example
Text Example
White with #0D4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4FFC; }
p { color: rgb(13,79,252); }
H1.HeaderClassName
{
color: #0D4FFC;
}
.AnyTagClassName
{
color: #0D4FFC;
}
</style>
background-color css
<style>
a { background-color: #0D4FFC; }
a { background-color: rgb(13,79,252); }
div.DivClassName
{
background-color: #0D4FFC;
}
.BgClassName
{
background-color: #0D4FFC;
}
</style>
border-color css
<style>
span { border-color: #0D4FFC; }
span { border-color: rgb(13,79,252); }
td.TdClassName
{
border-color: #0D4FFC;
}
.TagClassName
{
border-color: #0D4FFC;
}
</style>