Shades of Navy Blue #0358E0
Tints of Navy Blue #0358E0
RGB
CMYK
RGB Variations
Color information
#0358E0 (or 0x0358E0) is known color: Navy Blue. HEX triplet: 03, 58 and E0. RGB value is (3,88,224). Sum of RGB (Red+Green+Blue) = 3+88+224=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #0358E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358E0 is #FCA71F. Grayscale: #4D4D4D. Windows color (decimal): -16557856 or 14702595. OLE color: 14702595.
HSL color Cylindrical-coordinate representation of color #0358E0: hue angle of 216.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358E0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 88 | 224 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.12 |
| HSL | 216.92º | 0.97% | 0.45% | - |
| HSV(B) | 216.92º | 0.99% | 0.88% | - |
| XYZ | 16.98 | 12.38 | 72.02 | - |
| YUV | 78.09 | 210.34 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 224 | 0.99 | 0.61 | 0 | 0.12 | 216.92 | 0.97 | 0.45 |
| Hex | 3 | 58 | E0 | 63 | 3D | 0 | C | D9 | 61 | 2D |
| Octal | 3 | 130 | 340 | 143 | 75 | 0 | 14 | 331 | 141 | 55 |
| Binary | 11 | 1011000 | 11100000 | 1100011 | 111101 | 0 | 1100 | 11011001 | 1100001 | 101101 |
Color Harmonies of #0358E0
Complementary color
Monochromatic Colors of #0358E0
Black with #0358E0
Text Example
Text Example
White with #0358E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358E0; }
p { color: rgb(3,88,224); }
H1.HeaderClassName
{
color: #0358E0;
}
.AnyTagClassName
{
color: #0358E0;
}
</style>
background-color css
<style>
a { background-color: #0358E0; }
a { background-color: rgb(3,88,224); }
div.DivClassName
{
background-color: #0358E0;
}
.BgClassName
{
background-color: #0358E0;
}
</style>
border-color css
<style>
span { border-color: #0358E0; }
span { border-color: rgb(3,88,224); }
td.TdClassName
{
border-color: #0358E0;
}
.TagClassName
{
border-color: #0358E0;
}
</style>