Shades of Navy Blue #0358DF
Tints of Navy Blue #0358DF
RGB
CMYK
RGB Variations
Color information
#0358DF (or 0x0358DF) is known color: Navy Blue. HEX triplet: 03, 58 and DF. RGB value is (3,88,223). Sum of RGB (Red+Green+Blue) = 3+88+223=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0358DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358DF is #FCA720. Grayscale: #4D4D4D. Windows color (decimal): -16557857 or 14637059. OLE color: 14637059.
HSL color Cylindrical-coordinate representation of color #0358DF: hue angle of 216.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358DF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 88 | 223 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.13 |
| HSL | 216.82º | 0.97% | 0.44% | - |
| HSV(B) | 216.82º | 0.99% | 0.87% | - |
| XYZ | 16.85 | 12.33 | 71.3 | - |
| YUV | 77.98 | 209.84 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 223 | 0.99 | 0.61 | 0 | 0.13 | 216.82 | 0.97 | 0.44 |
| Hex | 3 | 58 | DF | 63 | 3D | 0 | D | D9 | 61 | 2C |
| Octal | 3 | 130 | 337 | 143 | 75 | 0 | 15 | 331 | 141 | 54 |
| Binary | 11 | 1011000 | 11011111 | 1100011 | 111101 | 0 | 1101 | 11011001 | 1100001 | 101100 |
Color Harmonies of #0358DF
Complementary color
Monochromatic Colors of #0358DF
Black with #0358DF
Text Example
Text Example
White with #0358DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358DF; }
p { color: rgb(3,88,223); }
H1.HeaderClassName
{
color: #0358DF;
}
.AnyTagClassName
{
color: #0358DF;
}
</style>
background-color css
<style>
a { background-color: #0358DF; }
a { background-color: rgb(3,88,223); }
div.DivClassName
{
background-color: #0358DF;
}
.BgClassName
{
background-color: #0358DF;
}
</style>
border-color css
<style>
span { border-color: #0358DF; }
span { border-color: rgb(3,88,223); }
td.TdClassName
{
border-color: #0358DF;
}
.TagClassName
{
border-color: #0358DF;
}
</style>