Shades of Navy Blue #0365FD
Tints of Navy Blue #0365FD
RGB
CMYK
RGB Variations
Color information
#0365FD (or 0x0365FD) is known color: Navy Blue. HEX triplet: 03, 65 and FD. RGB value is (3,101,253). Sum of RGB (Red+Green+Blue) = 3+101+253=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #0365FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0365FD is #FC9A02. Grayscale: #585858. Windows color (decimal): -16554499 or 16606467. OLE color: 16606467.
HSL color Cylindrical-coordinate representation of color #0365FD: hue angle of 216.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0365FD is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 101 | 253 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.01 |
| HSL | 216.48º | 0.98% | 0.5% | - |
| HSV(B) | 216.48º | 0.99% | 0.99% | - |
| XYZ | 22.42 | 16.42 | 94.92 | - |
| YUV | 89.03 | 220.53 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 253 | 0.99 | 0.60 | 0 | 0.01 | 216.48 | 0.98 | 0.5 |
| Hex | 3 | 65 | FD | 63 | 3C | 0 | 1 | D8 | 62 | 32 |
| Octal | 3 | 145 | 375 | 143 | 74 | 0 | 1 | 330 | 142 | 62 |
| Binary | 11 | 1100101 | 11111101 | 1100011 | 111100 | 0 | 1 | 11011000 | 1100010 | 110010 |
Color Harmonies of #0365FD
Complementary color
Monochromatic Colors of #0365FD
Black with #0365FD
Text Example
Text Example
White with #0365FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365FD; }
p { color: rgb(3,101,253); }
H1.HeaderClassName
{
color: #0365FD;
}
.AnyTagClassName
{
color: #0365FD;
}
</style>
background-color css
<style>
a { background-color: #0365FD; }
a { background-color: rgb(3,101,253); }
div.DivClassName
{
background-color: #0365FD;
}
.BgClassName
{
background-color: #0365FD;
}
</style>
border-color css
<style>
span { border-color: #0365FD; }
span { border-color: rgb(3,101,253); }
td.TdClassName
{
border-color: #0365FD;
}
.TagClassName
{
border-color: #0365FD;
}
</style>