Shades of Navy Blue #0358DB
Tints of Navy Blue #0358DB
RGB
CMYK
RGB Variations
Color information
#0358DB (or 0x0358DB) is known color: Navy Blue. HEX triplet: 03, 58 and DB. RGB value is (3,88,219). Sum of RGB (Red+Green+Blue) = 3+88+219=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #0358DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358DB is #FCA724. Grayscale: #4C4C4C. Windows color (decimal): -16557861 or 14374915. OLE color: 14374915.
HSL color Cylindrical-coordinate representation of color #0358DB: hue angle of 216.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358DB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 88 | 219 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.14 |
| HSL | 216.39º | 0.97% | 0.44% | - |
| HSV(B) | 216.39º | 0.99% | 0.86% | - |
| XYZ | 16.31 | 12.11 | 68.5 | - |
| YUV | 77.52 | 207.84 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 219 | 0.99 | 0.60 | 0 | 0.14 | 216.39 | 0.97 | 0.44 |
| Hex | 3 | 58 | DB | 63 | 3C | 0 | E | D8 | 61 | 2C |
| Octal | 3 | 130 | 333 | 143 | 74 | 0 | 16 | 330 | 141 | 54 |
| Binary | 11 | 1011000 | 11011011 | 1100011 | 111100 | 0 | 1110 | 11011000 | 1100001 | 101100 |
Color Harmonies of #0358DB
Complementary color
Monochromatic Colors of #0358DB
Black with #0358DB
Text Example
Text Example
White with #0358DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358DB; }
p { color: rgb(3,88,219); }
H1.HeaderClassName
{
color: #0358DB;
}
.AnyTagClassName
{
color: #0358DB;
}
</style>
background-color css
<style>
a { background-color: #0358DB; }
a { background-color: rgb(3,88,219); }
div.DivClassName
{
background-color: #0358DB;
}
.BgClassName
{
background-color: #0358DB;
}
</style>
border-color css
<style>
span { border-color: #0358DB; }
span { border-color: rgb(3,88,219); }
td.TdClassName
{
border-color: #0358DB;
}
.TagClassName
{
border-color: #0358DB;
}
</style>