Shades of Navy Blue #007FDB
Tints of Navy Blue #007FDB
RGB
CMYK
RGB Variations
Color information
#007FDB (or 0x007FDB) is known color: Navy Blue. HEX triplet: 00, 7F and DB. RGB value is (0,127,219). Sum of RGB (Red+Green+Blue) = 0+127+219=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #007FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FDB is #FF8024. Grayscale: #636363. Windows color (decimal): -16744485 or 14384896. OLE color: 14384896.
HSL color Cylindrical-coordinate representation of color #007FDB: hue angle of 205.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FDB is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 127 | 219 | - |
| CMYK | 1 | 0.42 | 0 | 0.14 |
| HSL | 205.21º | 1% | 0.43% | - |
| HSV(B) | 205.21º | 1% | 0.86% | - |
| XYZ | 20.38 | 20.29 | 69.86 | - |
| YUV | 99.52 | 195.42 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 219 | 1 | 0.42 | 0 | 0.14 | 205.21 | 1 | 0.43 |
| Hex | 0 | 7F | DB | 64 | 2A | 0 | E | CD | 64 | 2B |
| Octal | 0 | 177 | 333 | 144 | 52 | 0 | 16 | 315 | 144 | 53 |
| Binary | 0 | 1111111 | 11011011 | 1100100 | 101010 | 0 | 1110 | 11001101 | 1100100 | 101011 |
Color Harmonies of #007FDB
Complementary color
Monochromatic Colors of #007FDB
Black with #007FDB
Text Example
Text Example
White with #007FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FDB; }
p { color: rgb(0,127,219); }
H1.HeaderClassName
{
color: #007FDB;
}
.AnyTagClassName
{
color: #007FDB;
}
</style>
background-color css
<style>
a { background-color: #007FDB; }
a { background-color: rgb(0,127,219); }
div.DivClassName
{
background-color: #007FDB;
}
.BgClassName
{
background-color: #007FDB;
}
</style>
border-color css
<style>
span { border-color: #007FDB; }
span { border-color: rgb(0,127,219); }
td.TdClassName
{
border-color: #007FDB;
}
.TagClassName
{
border-color: #007FDB;
}
</style>