Shades of Navy Blue #037FDD
Tints of Navy Blue #037FDD
RGB
CMYK
RGB Variations
Color information
#037FDD (or 0x037FDD) is known color: Navy Blue. HEX triplet: 03, 7F and DD. RGB value is (3,127,221). Sum of RGB (Red+Green+Blue) = 3+127+221=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #037FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FDD is #FC8022. Grayscale: #646464. Windows color (decimal): -16547875 or 14515971. OLE color: 14515971.
HSL color Cylindrical-coordinate representation of color #037FDD: hue angle of 205.87º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FDD is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 127 | 221 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.13 |
| HSL | 205.87º | 0.97% | 0.44% | - |
| HSV(B) | 205.87º | 0.99% | 0.87% | - |
| XYZ | 20.68 | 20.42 | 71.26 | - |
| YUV | 100.64 | 195.92 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 221 | 0.99 | 0.43 | 0 | 0.13 | 205.87 | 0.97 | 0.44 |
| Hex | 3 | 7F | DD | 63 | 2B | 0 | D | CE | 61 | 2C |
| Octal | 3 | 177 | 335 | 143 | 53 | 0 | 15 | 316 | 141 | 54 |
| Binary | 11 | 1111111 | 11011101 | 1100011 | 101011 | 0 | 1101 | 11001110 | 1100001 | 101100 |
Color Harmonies of #037FDD
Complementary color
Monochromatic Colors of #037FDD
Black with #037FDD
Text Example
Text Example
White with #037FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FDD; }
p { color: rgb(3,127,221); }
H1.HeaderClassName
{
color: #037FDD;
}
.AnyTagClassName
{
color: #037FDD;
}
</style>
background-color css
<style>
a { background-color: #037FDD; }
a { background-color: rgb(3,127,221); }
div.DivClassName
{
background-color: #037FDD;
}
.BgClassName
{
background-color: #037FDD;
}
</style>
border-color css
<style>
span { border-color: #037FDD; }
span { border-color: rgb(3,127,221); }
td.TdClassName
{
border-color: #037FDD;
}
.TagClassName
{
border-color: #037FDD;
}
</style>