Shades of Navy Blue #0355DB
Tints of Navy Blue #0355DB
RGB
CMYK
RGB Variations
Color information
#0355DB (or 0x0355DB) is known color: Navy Blue. HEX triplet: 03, 55 and DB. RGB value is (3,85,219). Sum of RGB (Red+Green+Blue) = 3+85+219=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #0355DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355DB is #FCAA24. Grayscale: #4B4B4B. Windows color (decimal): -16558629 or 14374147. OLE color: 14374147.
HSL color Cylindrical-coordinate representation of color #0355DB: hue angle of 217.22º 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 #0355DB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 85 | 219 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.14 |
| HSL | 217.22º | 0.97% | 0.44% | - |
| HSV(B) | 217.22º | 0.99% | 0.86% | - |
| XYZ | 16.07 | 11.63 | 68.42 | - |
| YUV | 75.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 219 | 0.99 | 0.61 | 0 | 0.14 | 217.22 | 0.97 | 0.44 |
| Hex | 3 | 55 | DB | 63 | 3D | 0 | E | D9 | 61 | 2C |
| Octal | 3 | 125 | 333 | 143 | 75 | 0 | 16 | 331 | 141 | 54 |
| Binary | 11 | 1010101 | 11011011 | 1100011 | 111101 | 0 | 1110 | 11011001 | 1100001 | 101100 |
Color Harmonies of #0355DB
Complementary color
Monochromatic Colors of #0355DB
Black with #0355DB
Text Example
Text Example
White with #0355DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355DB; }
p { color: rgb(3,85,219); }
H1.HeaderClassName
{
color: #0355DB;
}
.AnyTagClassName
{
color: #0355DB;
}
</style>
background-color css
<style>
a { background-color: #0355DB; }
a { background-color: rgb(3,85,219); }
div.DivClassName
{
background-color: #0355DB;
}
.BgClassName
{
background-color: #0355DB;
}
</style>
border-color css
<style>
span { border-color: #0355DB; }
span { border-color: rgb(3,85,219); }
td.TdClassName
{
border-color: #0355DB;
}
.TagClassName
{
border-color: #0355DB;
}
</style>