Shades of Navy Blue #0D42F9
Tints of Navy Blue #0D42F9
RGB
CMYK
RGB Variations
Color information
#0D42F9 (or 0x0D42F9) is known color: Navy Blue. HEX triplet: 0D, 42 and F9. RGB value is (13,66,249). Sum of RGB (Red+Green+Blue) = 13+66+249=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 249 (97.66% from 255 or 75.91% from 328); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D42F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D42F9 is #F2BD06. Grayscale: #464646. Windows color (decimal): -15908103 or 16335373. OLE color: 16335373.
HSL color Cylindrical-coordinate representation of color #0D42F9: hue angle of 226.53º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D42F9 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 66 | 249 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.02 |
| HSL | 226.53º | 0.95% | 0.51% | - |
| HSV(B) | 226.53º | 0.95% | 0.98% | - |
| XYZ | 19.21 | 10.82 | 90.7 | - |
| YUV | 71.02 | 228.44 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 249 | 0.95 | 0.73 | 0 | 0.02 | 226.53 | 0.95 | 0.51 |
| Hex | D | 42 | F9 | 5F | 49 | 0 | 2 | E3 | 5F | 33 |
| Octal | 15 | 102 | 371 | 137 | 111 | 0 | 2 | 343 | 137 | 63 |
| Binary | 1101 | 1000010 | 11111001 | 1011111 | 1001001 | 0 | 10 | 11100011 | 1011111 | 110011 |
Color Harmonies of #0D42F9
Complementary color
Monochromatic Colors of #0D42F9
Black with #0D42F9
Text Example
Text Example
White with #0D42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D42F9; }
p { color: rgb(13,66,249); }
H1.HeaderClassName
{
color: #0D42F9;
}
.AnyTagClassName
{
color: #0D42F9;
}
</style>
background-color css
<style>
a { background-color: #0D42F9; }
a { background-color: rgb(13,66,249); }
div.DivClassName
{
background-color: #0D42F9;
}
.BgClassName
{
background-color: #0D42F9;
}
</style>
border-color css
<style>
span { border-color: #0D42F9; }
span { border-color: rgb(13,66,249); }
td.TdClassName
{
border-color: #0D42F9;
}
.TagClassName
{
border-color: #0D42F9;
}
</style>