Shades of Navy Blue #0380CA
Tints of Navy Blue #0380CA
RGB
CMYK
RGB Variations
Color information
#0380CA (or 0x0380CA) is known color: Navy Blue. HEX triplet: 03, 80 and CA. RGB value is (3,128,202). Sum of RGB (Red+Green+Blue) = 3+128+202=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #0380CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380CA is #FC7F35. Grayscale: #626262. Windows color (decimal): -16547638 or 13271043. OLE color: 13271043.
HSL color Cylindrical-coordinate representation of color #0380CA: hue angle of 202.31º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0380CA is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 128 | 202 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.21 |
| HSL | 202.31º | 0.97% | 0.4% | - |
| HSV(B) | 202.31º | 0.99% | 0.79% | - |
| XYZ | 18.42 | 19.72 | 58.71 | - |
| YUV | 99.06 | 186.09 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 202 | 0.99 | 0.37 | 0 | 0.21 | 202.31 | 0.97 | 0.4 |
| Hex | 3 | 80 | CA | 63 | 25 | 0 | 15 | CA | 61 | 28 |
| Octal | 3 | 200 | 312 | 143 | 45 | 0 | 25 | 312 | 141 | 50 |
| Binary | 11 | 10000000 | 11001010 | 1100011 | 100101 | 0 | 10101 | 11001010 | 1100001 | 101000 |
Color Harmonies of #0380CA
Complementary color
Monochromatic Colors of #0380CA
Black with #0380CA
Text Example
Text Example
White with #0380CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380CA; }
p { color: rgb(3,128,202); }
H1.HeaderClassName
{
color: #0380CA;
}
.AnyTagClassName
{
color: #0380CA;
}
</style>
background-color css
<style>
a { background-color: #0380CA; }
a { background-color: rgb(3,128,202); }
div.DivClassName
{
background-color: #0380CA;
}
.BgClassName
{
background-color: #0380CA;
}
</style>
border-color css
<style>
span { border-color: #0380CA; }
span { border-color: rgb(3,128,202); }
td.TdClassName
{
border-color: #0380CA;
}
.TagClassName
{
border-color: #0380CA;
}
</style>