Shades of Navy Blue #0382DC
Tints of Navy Blue #0382DC
RGB
CMYK
RGB Variations
Color information
#0382DC (or 0x0382DC) is known color: Navy Blue. HEX triplet: 03, 82 and DC. RGB value is (3,130,220). Sum of RGB (Red+Green+Blue) = 3+130+220=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #0382DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382DC is #FC7D23. Grayscale: #656565. Windows color (decimal): -16547108 or 14451203. OLE color: 14451203.
HSL color Cylindrical-coordinate representation of color #0382DC: hue angle of 204.88º 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 #0382DC is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 130 | 220 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.14 |
| HSL | 204.88º | 0.97% | 0.44% | - |
| HSV(B) | 204.88º | 0.99% | 0.86% | - |
| XYZ | 20.94 | 21.15 | 70.69 | - |
| YUV | 102.29 | 194.42 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 220 | 0.99 | 0.41 | 0 | 0.14 | 204.88 | 0.97 | 0.44 |
| Hex | 3 | 82 | DC | 63 | 29 | 0 | E | CD | 61 | 2C |
| Octal | 3 | 202 | 334 | 143 | 51 | 0 | 16 | 315 | 141 | 54 |
| Binary | 11 | 10000010 | 11011100 | 1100011 | 101001 | 0 | 1110 | 11001101 | 1100001 | 101100 |
Color Harmonies of #0382DC
Complementary color
Monochromatic Colors of #0382DC
Black with #0382DC
Text Example
Text Example
White with #0382DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0382DC; }
p { color: rgb(3,130,220); }
H1.HeaderClassName
{
color: #0382DC;
}
.AnyTagClassName
{
color: #0382DC;
}
</style>
background-color css
<style>
a { background-color: #0382DC; }
a { background-color: rgb(3,130,220); }
div.DivClassName
{
background-color: #0382DC;
}
.BgClassName
{
background-color: #0382DC;
}
</style>
border-color css
<style>
span { border-color: #0382DC; }
span { border-color: rgb(3,130,220); }
td.TdClassName
{
border-color: #0382DC;
}
.TagClassName
{
border-color: #0382DC;
}
</style>