Shades of Navy Blue #0383DB
Tints of Navy Blue #0383DB
RGB
CMYK
RGB Variations
Color information
#0383DB (or 0x0383DB) is known color: Navy Blue. HEX triplet: 03, 83 and DB. RGB value is (3,131,219). Sum of RGB (Red+Green+Blue) = 3+131+219=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #0383DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383DB is #FC7C24. Grayscale: #666666. Windows color (decimal): -16546853 or 14385923. OLE color: 14385923.
HSL color Cylindrical-coordinate representation of color #0383DB: hue angle of 204.44º 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 #0383DB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 131 | 219 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.14 |
| HSL | 204.44º | 0.97% | 0.44% | - |
| HSV(B) | 204.44º | 0.99% | 0.86% | - |
| XYZ | 20.94 | 21.37 | 70.04 | - |
| YUV | 102.76 | 193.59 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 219 | 0.99 | 0.40 | 0 | 0.14 | 204.44 | 0.97 | 0.44 |
| Hex | 3 | 83 | DB | 63 | 28 | 0 | E | CC | 61 | 2C |
| Octal | 3 | 203 | 333 | 143 | 50 | 0 | 16 | 314 | 141 | 54 |
| Binary | 11 | 10000011 | 11011011 | 1100011 | 101000 | 0 | 1110 | 11001100 | 1100001 | 101100 |
Color Harmonies of #0383DB
Complementary color
Monochromatic Colors of #0383DB
Black with #0383DB
Text Example
Text Example
White with #0383DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0383DB; }
p { color: rgb(3,131,219); }
H1.HeaderClassName
{
color: #0383DB;
}
.AnyTagClassName
{
color: #0383DB;
}
</style>
background-color css
<style>
a { background-color: #0383DB; }
a { background-color: rgb(3,131,219); }
div.DivClassName
{
background-color: #0383DB;
}
.BgClassName
{
background-color: #0383DB;
}
</style>
border-color css
<style>
span { border-color: #0383DB; }
span { border-color: rgb(3,131,219); }
td.TdClassName
{
border-color: #0383DB;
}
.TagClassName
{
border-color: #0383DB;
}
</style>