Shades of Navy Blue #0781DA
Tints of Navy Blue #0781DA
RGB
CMYK
RGB Variations
Color information
#0781DA (or 0x0781DA) is known color: Navy Blue. HEX triplet: 07, 81 and DA. RGB value is (7,129,218). Sum of RGB (Red+Green+Blue) = 7+129+218=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #0781DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781DA is #F87E25. Grayscale: #666666. Windows color (decimal): -16285222 or 14319879. OLE color: 14319879.
HSL color Cylindrical-coordinate representation of color #0781DA: hue angle of 205.31º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0781DA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 129 | 218 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.15 |
| HSL | 205.31º | 0.94% | 0.44% | - |
| HSV(B) | 205.31º | 0.97% | 0.85% | - |
| XYZ | 20.59 | 20.81 | 69.26 | - |
| YUV | 102.67 | 193.08 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 218 | 0.97 | 0.41 | 0 | 0.15 | 205.31 | 0.94 | 0.44 |
| Hex | 7 | 81 | DA | 61 | 29 | 0 | F | CD | 5E | 2C |
| Octal | 7 | 201 | 332 | 141 | 51 | 0 | 17 | 315 | 136 | 54 |
| Binary | 111 | 10000001 | 11011010 | 1100001 | 101001 | 0 | 1111 | 11001101 | 1011110 | 101100 |
Color Harmonies of #0781DA
Complementary color
Monochromatic Colors of #0781DA
Black with #0781DA
Text Example
Text Example
White with #0781DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781DA; }
p { color: rgb(7,129,218); }
H1.HeaderClassName
{
color: #0781DA;
}
.AnyTagClassName
{
color: #0781DA;
}
</style>
background-color css
<style>
a { background-color: #0781DA; }
a { background-color: rgb(7,129,218); }
div.DivClassName
{
background-color: #0781DA;
}
.BgClassName
{
background-color: #0781DA;
}
</style>
border-color css
<style>
span { border-color: #0781DA; }
span { border-color: rgb(7,129,218); }
td.TdClassName
{
border-color: #0781DA;
}
.TagClassName
{
border-color: #0781DA;
}
</style>