Shades of Navy Blue #0D4AFB
Tints of Navy Blue #0D4AFB
RGB
CMYK
RGB Variations
Color information
#0D4AFB (or 0x0D4AFB) is known color: Navy Blue. HEX triplet: 0D, 4A and FB. RGB value is (13,74,251). Sum of RGB (Red+Green+Blue) = 13+74+251=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D4AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4AFB is #F2B504. Grayscale: #4B4B4B. Windows color (decimal): -15906053 or 16468493. OLE color: 16468493.
HSL color Cylindrical-coordinate representation of color #0D4AFB: hue angle of 224.62º 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 #0D4AFB is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 74 | 251 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.02 |
| HSL | 224.62º | 0.97% | 0.52% | - |
| HSV(B) | 224.62º | 0.95% | 0.98% | - |
| XYZ | 20.03 | 11.95 | 92.52 | - |
| YUV | 75.94 | 226.79 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 251 | 0.95 | 0.71 | 0 | 0.02 | 224.62 | 0.97 | 0.52 |
| Hex | D | 4A | FB | 5F | 47 | 0 | 2 | E1 | 61 | 34 |
| Octal | 15 | 112 | 373 | 137 | 107 | 0 | 2 | 341 | 141 | 64 |
| Binary | 1101 | 1001010 | 11111011 | 1011111 | 1000111 | 0 | 10 | 11100001 | 1100001 | 110100 |
Color Harmonies of #0D4AFB
Complementary color
Monochromatic Colors of #0D4AFB
Black with #0D4AFB
Text Example
Text Example
White with #0D4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4AFB; }
p { color: rgb(13,74,251); }
H1.HeaderClassName
{
color: #0D4AFB;
}
.AnyTagClassName
{
color: #0D4AFB;
}
</style>
background-color css
<style>
a { background-color: #0D4AFB; }
a { background-color: rgb(13,74,251); }
div.DivClassName
{
background-color: #0D4AFB;
}
.BgClassName
{
background-color: #0D4AFB;
}
</style>
border-color css
<style>
span { border-color: #0D4AFB; }
span { border-color: rgb(13,74,251); }
td.TdClassName
{
border-color: #0D4AFB;
}
.TagClassName
{
border-color: #0D4AFB;
}
</style>