Shades of Navy Blue #0381DB
Tints of Navy Blue #0381DB
RGB
CMYK
RGB Variations
Color information
#0381DB (or 0x0381DB) is known color: Navy Blue. HEX triplet: 03, 81 and DB. RGB value is (3,129,219). Sum of RGB (Red+Green+Blue) = 3+129+219=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #0381DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381DB is #FC7E24. Grayscale: #656565. Windows color (decimal): -16547365 or 14385411. OLE color: 14385411.
HSL color Cylindrical-coordinate representation of color #0381DB: hue angle of 205º 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 #0381DB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 129 | 219 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.14 |
| HSL | 205º | 0.97% | 0.44% | - |
| HSV(B) | 205º | 0.99% | 0.86% | - |
| XYZ | 20.67 | 20.83 | 69.95 | - |
| YUV | 101.59 | 194.26 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 219 | 0.99 | 0.41 | 0 | 0.14 | 205 | 0.97 | 0.44 |
| Hex | 3 | 81 | DB | 63 | 29 | 0 | E | CD | 61 | 2C |
| Octal | 3 | 201 | 333 | 143 | 51 | 0 | 16 | 315 | 141 | 54 |
| Binary | 11 | 10000001 | 11011011 | 1100011 | 101001 | 0 | 1110 | 11001101 | 1100001 | 101100 |
Color Harmonies of #0381DB
Complementary color
Monochromatic Colors of #0381DB
Black with #0381DB
Text Example
Text Example
White with #0381DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0381DB; }
p { color: rgb(3,129,219); }
H1.HeaderClassName
{
color: #0381DB;
}
.AnyTagClassName
{
color: #0381DB;
}
</style>
background-color css
<style>
a { background-color: #0381DB; }
a { background-color: rgb(3,129,219); }
div.DivClassName
{
background-color: #0381DB;
}
.BgClassName
{
background-color: #0381DB;
}
</style>
border-color css
<style>
span { border-color: #0381DB; }
span { border-color: rgb(3,129,219); }
td.TdClassName
{
border-color: #0381DB;
}
.TagClassName
{
border-color: #0381DB;
}
</style>