Shades of Navy Blue #0781CE
Tints of Navy Blue #0781CE
RGB
CMYK
RGB Variations
Color information
#0781CE (or 0x0781CE) is known color: Navy Blue. HEX triplet: 07, 81 and CE. RGB value is (7,129,206). Sum of RGB (Red+Green+Blue) = 7+129+206=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #0781CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781CE is #F87E31. Grayscale: #646464. Windows color (decimal): -16285234 or 13533447. OLE color: 13533447.
HSL color Cylindrical-coordinate representation of color #0781CE: hue angle of 203.22º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0781CE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 129 | 206 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.19 |
| HSL | 203.22º | 0.93% | 0.42% | - |
| HSV(B) | 203.22º | 0.97% | 0.81% | - |
| XYZ | 19.08 | 20.2 | 61.29 | - |
| YUV | 101.3 | 187.08 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 206 | 0.97 | 0.37 | 0 | 0.19 | 203.22 | 0.93 | 0.42 |
| Hex | 7 | 81 | CE | 61 | 25 | 0 | 13 | CB | 5D | 2A |
| Octal | 7 | 201 | 316 | 141 | 45 | 0 | 23 | 313 | 135 | 52 |
| Binary | 111 | 10000001 | 11001110 | 1100001 | 100101 | 0 | 10011 | 11001011 | 1011101 | 101010 |
Color Harmonies of #0781CE
Complementary color
Monochromatic Colors of #0781CE
Black with #0781CE
Text Example
Text Example
White with #0781CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781CE; }
p { color: rgb(7,129,206); }
H1.HeaderClassName
{
color: #0781CE;
}
.AnyTagClassName
{
color: #0781CE;
}
</style>
background-color css
<style>
a { background-color: #0781CE; }
a { background-color: rgb(7,129,206); }
div.DivClassName
{
background-color: #0781CE;
}
.BgClassName
{
background-color: #0781CE;
}
</style>
border-color css
<style>
span { border-color: #0781CE; }
span { border-color: rgb(7,129,206); }
td.TdClassName
{
border-color: #0781CE;
}
.TagClassName
{
border-color: #0781CE;
}
</style>