Shades of Navy Blue #0380E7
Tints of Navy Blue #0380E7
RGB
CMYK
RGB Variations
Color information
#0380E7 (or 0x0380E7) is known color: Navy Blue. HEX triplet: 03, 80 and E7. RGB value is (3,128,231). Sum of RGB (Red+Green+Blue) = 3+128+231=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 231 (90.62% from 255 or 63.81% from 362); Max value from RGB is 231 - color contains mainly: blue. Hex color #0380E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380E7 is #FC7F18. Grayscale: #656565. Windows color (decimal): -16547609 or 15171587. OLE color: 15171587.
HSL color Cylindrical-coordinate representation of color #0380E7: hue angle of 207.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0380E7 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 128 | 231 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.09 |
| HSL | 207.11º | 0.97% | 0.46% | - |
| HSV(B) | 207.11º | 0.99% | 0.91% | - |
| XYZ | 22.18 | 21.23 | 78.53 | - |
| YUV | 102.37 | 200.59 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 231 | 0.99 | 0.45 | 0 | 0.09 | 207.11 | 0.97 | 0.46 |
| Hex | 3 | 80 | E7 | 63 | 2D | 0 | 9 | CF | 61 | 2E |
| Octal | 3 | 200 | 347 | 143 | 55 | 0 | 11 | 317 | 141 | 56 |
| Binary | 11 | 10000000 | 11100111 | 1100011 | 101101 | 0 | 1001 | 11001111 | 1100001 | 101110 |
Color Harmonies of #0380E7
Complementary color
Monochromatic Colors of #0380E7
Black with #0380E7
Text Example
Text Example
White with #0380E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380E7; }
p { color: rgb(3,128,231); }
H1.HeaderClassName
{
color: #0380E7;
}
.AnyTagClassName
{
color: #0380E7;
}
</style>
background-color css
<style>
a { background-color: #0380E7; }
a { background-color: rgb(3,128,231); }
div.DivClassName
{
background-color: #0380E7;
}
.BgClassName
{
background-color: #0380E7;
}
</style>
border-color css
<style>
span { border-color: #0380E7; }
span { border-color: rgb(3,128,231); }
td.TdClassName
{
border-color: #0380E7;
}
.TagClassName
{
border-color: #0380E7;
}
</style>