Shades of Navy Blue #0781CC
Tints of Navy Blue #0781CC
RGB
CMYK
RGB Variations
Color information
#0781CC (or 0x0781CC) is known color: Navy Blue. HEX triplet: 07, 81 and CC. RGB value is (7,129,204). Sum of RGB (Red+Green+Blue) = 7+129+204=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #0781CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781CC is #F87E33. Grayscale: #646464. Windows color (decimal): -16285236 or 13402375. OLE color: 13402375.
HSL color Cylindrical-coordinate representation of color #0781CC: hue angle of 202.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0781CC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 129 | 204 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.2 |
| HSL | 202.84º | 0.93% | 0.41% | - |
| HSV(B) | 202.84º | 0.97% | 0.8% | - |
| XYZ | 18.84 | 20.11 | 60.01 | - |
| YUV | 101.07 | 186.08 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 204 | 0.97 | 0.37 | 0 | 0.2 | 202.84 | 0.93 | 0.41 |
| Hex | 7 | 81 | CC | 61 | 25 | 0 | 14 | CB | 5D | 29 |
| Octal | 7 | 201 | 314 | 141 | 45 | 0 | 24 | 313 | 135 | 51 |
| Binary | 111 | 10000001 | 11001100 | 1100001 | 100101 | 0 | 10100 | 11001011 | 1011101 | 101001 |
Color Harmonies of #0781CC
Complementary color
Monochromatic Colors of #0781CC
Black with #0781CC
Text Example
Text Example
White with #0781CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781CC; }
p { color: rgb(7,129,204); }
H1.HeaderClassName
{
color: #0781CC;
}
.AnyTagClassName
{
color: #0781CC;
}
</style>
background-color css
<style>
a { background-color: #0781CC; }
a { background-color: rgb(7,129,204); }
div.DivClassName
{
background-color: #0781CC;
}
.BgClassName
{
background-color: #0781CC;
}
</style>
border-color css
<style>
span { border-color: #0781CC; }
span { border-color: rgb(7,129,204); }
td.TdClassName
{
border-color: #0781CC;
}
.TagClassName
{
border-color: #0781CC;
}
</style>