Shades of Navy Blue #0365FE
Tints of Navy Blue #0365FE
RGB
CMYK
RGB Variations
Color information
#0365FE (or 0x0365FE) is known color: Navy Blue. HEX triplet: 03, 65 and FE. RGB value is (3,101,254). Sum of RGB (Red+Green+Blue) = 3+101+254=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0365FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0365FE is #FC9A01. Grayscale: #585858. Windows color (decimal): -16554498 or 16672003. OLE color: 16672003.
HSL color Cylindrical-coordinate representation of color #0365FE: hue angle of 216.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0365FE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 101 | 254 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.00 |
| HSL | 216.57º | 0.99% | 0.5% | - |
| HSV(B) | 216.57º | 0.99% | 1% | - |
| XYZ | 22.58 | 16.48 | 95.76 | - |
| YUV | 89.14 | 221.03 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 254 | 0.99 | 0.60 | 0 | 0.00 | 216.57 | 0.99 | 0.5 |
| Hex | 3 | 65 | FE | 63 | 3C | 0 | 0 | D9 | 63 | 32 |
| Octal | 3 | 145 | 376 | 143 | 74 | 0 | 0 | 331 | 143 | 62 |
| Binary | 11 | 1100101 | 11111110 | 1100011 | 111100 | 0 | 0 | 11011001 | 1100011 | 110010 |
Color Harmonies of #0365FE
Complementary color
Monochromatic Colors of #0365FE
Black with #0365FE
Text Example
Text Example
White with #0365FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365FE; }
p { color: rgb(3,101,254); }
H1.HeaderClassName
{
color: #0365FE;
}
.AnyTagClassName
{
color: #0365FE;
}
</style>
background-color css
<style>
a { background-color: #0365FE; }
a { background-color: rgb(3,101,254); }
div.DivClassName
{
background-color: #0365FE;
}
.BgClassName
{
background-color: #0365FE;
}
</style>
border-color css
<style>
span { border-color: #0365FE; }
span { border-color: rgb(3,101,254); }
td.TdClassName
{
border-color: #0365FE;
}
.TagClassName
{
border-color: #0365FE;
}
</style>