Shades of Navy Blue #0368E7
Tints of Navy Blue #0368E7
RGB
CMYK
RGB Variations
Color information
#0368E7 (or 0x0368E7) is known color: Navy Blue. HEX triplet: 03, 68 and E7. RGB value is (3,104,231). Sum of RGB (Red+Green+Blue) = 3+104+231=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 231 (90.62% from 255 or 68.34% from 338); Max value from RGB is 231 - color contains mainly: blue. Hex color #0368E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0368E7 is #FC9718. Grayscale: #575757. Windows color (decimal): -16553753 or 15165443. OLE color: 15165443.
HSL color Cylindrical-coordinate representation of color #0368E7: hue angle of 213.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0368E7 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 104 | 231 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.09 |
| HSL | 213.42º | 0.97% | 0.46% | - |
| HSV(B) | 213.42º | 0.99% | 0.91% | - |
| XYZ | 19.41 | 15.69 | 77.61 | - |
| YUV | 88.28 | 208.54 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 231 | 0.99 | 0.55 | 0 | 0.09 | 213.42 | 0.97 | 0.46 |
| Hex | 3 | 68 | E7 | 63 | 37 | 0 | 9 | D5 | 61 | 2E |
| Octal | 3 | 150 | 347 | 143 | 67 | 0 | 11 | 325 | 141 | 56 |
| Binary | 11 | 1101000 | 11100111 | 1100011 | 110111 | 0 | 1001 | 11010101 | 1100001 | 101110 |
Color Harmonies of #0368E7
Complementary color
Monochromatic Colors of #0368E7
Black with #0368E7
Text Example
Text Example
White with #0368E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0368E7; }
p { color: rgb(3,104,231); }
H1.HeaderClassName
{
color: #0368E7;
}
.AnyTagClassName
{
color: #0368E7;
}
</style>
background-color css
<style>
a { background-color: #0368E7; }
a { background-color: rgb(3,104,231); }
div.DivClassName
{
background-color: #0368E7;
}
.BgClassName
{
background-color: #0368E7;
}
</style>
border-color css
<style>
span { border-color: #0368E7; }
span { border-color: rgb(3,104,231); }
td.TdClassName
{
border-color: #0368E7;
}
.TagClassName
{
border-color: #0368E7;
}
</style>