Shades of Navy Blue #207CDA
Tints of Navy Blue #207CDA
RGB
CMYK
RGB Variations
Color information
#207CDA (or 0x207CDA) is known color: Navy Blue. HEX triplet: 20, 7C and DA. RGB value is (32,124,218). Sum of RGB (Red+Green+Blue) = 32+124+218=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #207CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CDA is #DF8325. Grayscale: #6A6A6A. Windows color (decimal): -14648102 or 14318624. OLE color: 14318624.
HSL color Cylindrical-coordinate representation of color #207CDA: hue angle of 210.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207CDA is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 124 | 218 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.15 |
| HSL | 210.32º | 0.74% | 0.49% | - |
| HSV(B) | 210.32º | 0.85% | 0.85% | - |
| XYZ | 20.46 | 19.78 | 69.07 | - |
| YUV | 107.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 218 | 0.85 | 0.43 | 0 | 0.15 | 210.32 | 0.74 | 0.49 |
| Hex | 20 | 7C | DA | 55 | 2B | 0 | F | D2 | 4A | 31 |
| Octal | 40 | 174 | 332 | 125 | 53 | 0 | 17 | 322 | 112 | 61 |
| Binary | 100000 | 1111100 | 11011010 | 1010101 | 101011 | 0 | 1111 | 11010010 | 1001010 | 110001 |
Color Harmonies of #207CDA
Complementary color
Monochromatic Colors of #207CDA
Black with #207CDA
Text Example
Text Example
White with #207CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CDA; }
p { color: rgb(32,124,218); }
H1.HeaderClassName
{
color: #207CDA;
}
.AnyTagClassName
{
color: #207CDA;
}
</style>
background-color css
<style>
a { background-color: #207CDA; }
a { background-color: rgb(32,124,218); }
div.DivClassName
{
background-color: #207CDA;
}
.BgClassName
{
background-color: #207CDA;
}
</style>
border-color css
<style>
span { border-color: #207CDA; }
span { border-color: rgb(32,124,218); }
td.TdClassName
{
border-color: #207CDA;
}
.TagClassName
{
border-color: #207CDA;
}
</style>