Shades of Navy Blue #0380CD
Tints of Navy Blue #0380CD
RGB
CMYK
RGB Variations
Color information
#0380CD (or 0x0380CD) is known color: Navy Blue. HEX triplet: 03, 80 and CD. RGB value is (3,128,205). Sum of RGB (Red+Green+Blue) = 3+128+205=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #0380CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380CD is #FC7F32. Grayscale: #626262. Windows color (decimal): -16547635 or 13467651. OLE color: 13467651.
HSL color Cylindrical-coordinate representation of color #0380CD: hue angle of 202.87º 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 #0380CD is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 128 | 205 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.20 |
| HSL | 202.87º | 0.97% | 0.41% | - |
| HSV(B) | 202.87º | 0.99% | 0.8% | - |
| XYZ | 18.78 | 19.87 | 60.6 | - |
| YUV | 99.4 | 187.59 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 205 | 0.99 | 0.38 | 0 | 0.20 | 202.87 | 0.97 | 0.41 |
| Hex | 3 | 80 | CD | 63 | 26 | 0 | 14 | CB | 61 | 29 |
| Octal | 3 | 200 | 315 | 143 | 46 | 0 | 24 | 313 | 141 | 51 |
| Binary | 11 | 10000000 | 11001101 | 1100011 | 100110 | 0 | 10100 | 11001011 | 1100001 | 101001 |
Color Harmonies of #0380CD
Complementary color
Monochromatic Colors of #0380CD
Black with #0380CD
Text Example
Text Example
White with #0380CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380CD; }
p { color: rgb(3,128,205); }
H1.HeaderClassName
{
color: #0380CD;
}
.AnyTagClassName
{
color: #0380CD;
}
</style>
background-color css
<style>
a { background-color: #0380CD; }
a { background-color: rgb(3,128,205); }
div.DivClassName
{
background-color: #0380CD;
}
.BgClassName
{
background-color: #0380CD;
}
</style>
border-color css
<style>
span { border-color: #0380CD; }
span { border-color: rgb(3,128,205); }
td.TdClassName
{
border-color: #0380CD;
}
.TagClassName
{
border-color: #0380CD;
}
</style>