Shades of Navy Blue #0D43FD
Tints of Navy Blue #0D43FD
RGB
CMYK
RGB Variations
Color information
#0D43FD (or 0x0D43FD) is known color: Navy Blue. HEX triplet: 0D, 43 and FD. RGB value is (13,67,253). Sum of RGB (Red+Green+Blue) = 13+67+253=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D43FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D43FD is #F2BC02. Grayscale: #474747. Windows color (decimal): -15907843 or 16597773. OLE color: 16597773.
HSL color Cylindrical-coordinate representation of color #0D43FD: hue angle of 226.5º 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 #0D43FD is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 67 | 253 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.01 |
| HSL | 226.5º | 0.98% | 0.52% | - |
| HSV(B) | 226.5º | 0.95% | 0.99% | - |
| XYZ | 19.9 | 11.19 | 94.04 | - |
| YUV | 72.06 | 230.11 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 253 | 0.95 | 0.74 | 0 | 0.01 | 226.5 | 0.98 | 0.52 |
| Hex | D | 43 | FD | 5F | 4A | 0 | 1 | E2 | 62 | 34 |
| Octal | 15 | 103 | 375 | 137 | 112 | 0 | 1 | 342 | 142 | 64 |
| Binary | 1101 | 1000011 | 11111101 | 1011111 | 1001010 | 0 | 1 | 11100010 | 1100010 | 110100 |
Color Harmonies of #0D43FD
Complementary color
Monochromatic Colors of #0D43FD
Black with #0D43FD
Text Example
Text Example
White with #0D43FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D43FD; }
p { color: rgb(13,67,253); }
H1.HeaderClassName
{
color: #0D43FD;
}
.AnyTagClassName
{
color: #0D43FD;
}
</style>
background-color css
<style>
a { background-color: #0D43FD; }
a { background-color: rgb(13,67,253); }
div.DivClassName
{
background-color: #0D43FD;
}
.BgClassName
{
background-color: #0D43FD;
}
</style>
border-color css
<style>
span { border-color: #0D43FD; }
span { border-color: rgb(13,67,253); }
td.TdClassName
{
border-color: #0D43FD;
}
.TagClassName
{
border-color: #0D43FD;
}
</style>