Shades of Navy Blue #0D4CFB
Tints of Navy Blue #0D4CFB
RGB
CMYK
RGB Variations
Color information
#0D4CFB (or 0x0D4CFB) is known color: Navy Blue. HEX triplet: 0D, 4C and FB. RGB value is (13,76,251). Sum of RGB (Red+Green+Blue) = 13+76+251=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D4CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4CFB is #F2B304. Grayscale: #4C4C4C. Windows color (decimal): -15905541 or 16469005. OLE color: 16469005.
HSL color Cylindrical-coordinate representation of color #0D4CFB: hue angle of 224.12º degrees, saturation: 0.97, 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 #0D4CFB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 76 | 251 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.02 |
| HSL | 224.12º | 0.97% | 0.52% | - |
| HSV(B) | 224.12º | 0.95% | 0.98% | - |
| XYZ | 20.16 | 12.22 | 92.56 | - |
| YUV | 77.11 | 226.13 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 251 | 0.95 | 0.70 | 0 | 0.02 | 224.12 | 0.97 | 0.52 |
| Hex | D | 4C | FB | 5F | 46 | 0 | 2 | E0 | 61 | 34 |
| Octal | 15 | 114 | 373 | 137 | 106 | 0 | 2 | 340 | 141 | 64 |
| Binary | 1101 | 1001100 | 11111011 | 1011111 | 1000110 | 0 | 10 | 11100000 | 1100001 | 110100 |
Color Harmonies of #0D4CFB
Complementary color
Monochromatic Colors of #0D4CFB
Black with #0D4CFB
Text Example
Text Example
White with #0D4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4CFB; }
p { color: rgb(13,76,251); }
H1.HeaderClassName
{
color: #0D4CFB;
}
.AnyTagClassName
{
color: #0D4CFB;
}
</style>
background-color css
<style>
a { background-color: #0D4CFB; }
a { background-color: rgb(13,76,251); }
div.DivClassName
{
background-color: #0D4CFB;
}
.BgClassName
{
background-color: #0D4CFB;
}
</style>
border-color css
<style>
span { border-color: #0D4CFB; }
span { border-color: rgb(13,76,251); }
td.TdClassName
{
border-color: #0D4CFB;
}
.TagClassName
{
border-color: #0D4CFB;
}
</style>