Shades of Navy Blue #0380CF
Tints of Navy Blue #0380CF
RGB
CMYK
RGB Variations
Color information
#0380CF (or 0x0380CF) is known color: Navy Blue. HEX triplet: 03, 80 and CF. RGB value is (3,128,207). Sum of RGB (Red+Green+Blue) = 3+128+207=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #0380CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380CF is #FC7F30. Grayscale: #636363. Windows color (decimal): -16547633 or 13598723. OLE color: 13598723.
HSL color Cylindrical-coordinate representation of color #0380CF: hue angle of 203.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0380CF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 128 | 207 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.19 |
| HSL | 203.24º | 0.97% | 0.41% | - |
| HSV(B) | 203.24º | 0.99% | 0.81% | - |
| XYZ | 19.02 | 19.96 | 61.88 | - |
| YUV | 99.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 207 | 0.99 | 0.38 | 0 | 0.19 | 203.24 | 0.97 | 0.41 |
| Hex | 3 | 80 | CF | 63 | 26 | 0 | 13 | CB | 61 | 29 |
| Octal | 3 | 200 | 317 | 143 | 46 | 0 | 23 | 313 | 141 | 51 |
| Binary | 11 | 10000000 | 11001111 | 1100011 | 100110 | 0 | 10011 | 11001011 | 1100001 | 101001 |
Color Harmonies of #0380CF
Complementary color
Monochromatic Colors of #0380CF
Black with #0380CF
Text Example
Text Example
White with #0380CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380CF; }
p { color: rgb(3,128,207); }
H1.HeaderClassName
{
color: #0380CF;
}
.AnyTagClassName
{
color: #0380CF;
}
</style>
background-color css
<style>
a { background-color: #0380CF; }
a { background-color: rgb(3,128,207); }
div.DivClassName
{
background-color: #0380CF;
}
.BgClassName
{
background-color: #0380CF;
}
</style>
border-color css
<style>
span { border-color: #0380CF; }
span { border-color: rgb(3,128,207); }
td.TdClassName
{
border-color: #0380CF;
}
.TagClassName
{
border-color: #0380CF;
}
</style>