Shades of Navy Blue #0D57FD
Tints of Navy Blue #0D57FD
RGB
CMYK
RGB Variations
Color information
#0D57FD (or 0x0D57FD) is known color: Navy Blue. HEX triplet: 0D, 57 and FD. RGB value is (13,87,253). Sum of RGB (Red+Green+Blue) = 13+87+253=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D57FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D57FD is #F2A802. Grayscale: #535353. Windows color (decimal): -15902723 or 16602893. OLE color: 16602893.
HSL color Cylindrical-coordinate representation of color #0D57FD: hue angle of 221.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 #0D57FD is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 87 | 253 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.01 |
| HSL | 221.5º | 0.98% | 0.52% | - |
| HSV(B) | 221.5º | 0.95% | 0.99% | - |
| XYZ | 21.3 | 13.99 | 94.51 | - |
| YUV | 83.8 | 223.48 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 87 | 253 | 0.95 | 0.66 | 0 | 0.01 | 221.5 | 0.98 | 0.52 |
| Hex | D | 57 | FD | 5F | 42 | 0 | 1 | DE | 62 | 34 |
| Octal | 15 | 127 | 375 | 137 | 102 | 0 | 1 | 336 | 142 | 64 |
| Binary | 1101 | 1010111 | 11111101 | 1011111 | 1000010 | 0 | 1 | 11011110 | 1100010 | 110100 |
Color Harmonies of #0D57FD
Complementary color
Monochromatic Colors of #0D57FD
Black with #0D57FD
Text Example
Text Example
White with #0D57FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D57FD; }
p { color: rgb(13,87,253); }
H1.HeaderClassName
{
color: #0D57FD;
}
.AnyTagClassName
{
color: #0D57FD;
}
</style>
background-color css
<style>
a { background-color: #0D57FD; }
a { background-color: rgb(13,87,253); }
div.DivClassName
{
background-color: #0D57FD;
}
.BgClassName
{
background-color: #0D57FD;
}
</style>
border-color css
<style>
span { border-color: #0D57FD; }
span { border-color: rgb(13,87,253); }
td.TdClassName
{
border-color: #0D57FD;
}
.TagClassName
{
border-color: #0D57FD;
}
</style>