Shades of Navy Blue #0382CC
Tints of Navy Blue #0382CC
RGB
CMYK
RGB Variations
Color information
#0382CC (or 0x0382CC) is known color: Navy Blue. HEX triplet: 03, 82 and CC. RGB value is (3,130,204). Sum of RGB (Red+Green+Blue) = 3+130+204=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #0382CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382CC is #FC7D33. Grayscale: #646464. Windows color (decimal): -16547124 or 13402627. OLE color: 13402627.
HSL color Cylindrical-coordinate representation of color #0382CC: hue angle of 202.09º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0382CC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 130 | 204 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.2 |
| HSL | 202.09º | 0.97% | 0.41% | - |
| HSV(B) | 202.09º | 0.99% | 0.8% | - |
| XYZ | 18.92 | 20.34 | 60.06 | - |
| YUV | 100.46 | 186.42 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 204 | 0.99 | 0.36 | 0 | 0.2 | 202.09 | 0.97 | 0.41 |
| Hex | 3 | 82 | CC | 63 | 24 | 0 | 14 | CA | 61 | 29 |
| Octal | 3 | 202 | 314 | 143 | 44 | 0 | 24 | 312 | 141 | 51 |
| Binary | 11 | 10000010 | 11001100 | 1100011 | 100100 | 0 | 10100 | 11001010 | 1100001 | 101001 |
Color Harmonies of #0382CC
Complementary color
Monochromatic Colors of #0382CC
Black with #0382CC
Text Example
Text Example
White with #0382CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0382CC; }
p { color: rgb(3,130,204); }
H1.HeaderClassName
{
color: #0382CC;
}
.AnyTagClassName
{
color: #0382CC;
}
</style>
background-color css
<style>
a { background-color: #0382CC; }
a { background-color: rgb(3,130,204); }
div.DivClassName
{
background-color: #0382CC;
}
.BgClassName
{
background-color: #0382CC;
}
</style>
border-color css
<style>
span { border-color: #0382CC; }
span { border-color: rgb(3,130,204); }
td.TdClassName
{
border-color: #0382CC;
}
.TagClassName
{
border-color: #0382CC;
}
</style>