Shades of Navy Blue #2075DC
Tints of Navy Blue #2075DC
RGB
CMYK
RGB Variations
Color information
#2075DC (or 0x2075DC) is known color: Navy Blue. HEX triplet: 20, 75 and DC. RGB value is (32,117,220). Sum of RGB (Red+Green+Blue) = 32+117+220=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2075DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2075DC is #DF8A23. Grayscale: #666666. Windows color (decimal): -14649892 or 14447904. OLE color: 14447904.
HSL color Cylindrical-coordinate representation of color #2075DC: hue angle of 212.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2075DC is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 117 | 220 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.14 |
| HSL | 212.87º | 0.75% | 0.49% | - |
| HSV(B) | 212.87º | 0.85% | 0.86% | - |
| XYZ | 19.88 | 18.2 | 70.17 | - |
| YUV | 103.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 220 | 0.85 | 0.47 | 0 | 0.14 | 212.87 | 0.75 | 0.49 |
| Hex | 20 | 75 | DC | 55 | 2F | 0 | E | D5 | 4B | 31 |
| Octal | 40 | 165 | 334 | 125 | 57 | 0 | 16 | 325 | 113 | 61 |
| Binary | 100000 | 1110101 | 11011100 | 1010101 | 101111 | 0 | 1110 | 11010101 | 1001011 | 110001 |
Color Harmonies of #2075DC
Complementary color
Monochromatic Colors of #2075DC
Black with #2075DC
Text Example
Text Example
White with #2075DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075DC; }
p { color: rgb(32,117,220); }
H1.HeaderClassName
{
color: #2075DC;
}
.AnyTagClassName
{
color: #2075DC;
}
</style>
background-color css
<style>
a { background-color: #2075DC; }
a { background-color: rgb(32,117,220); }
div.DivClassName
{
background-color: #2075DC;
}
.BgClassName
{
background-color: #2075DC;
}
</style>
border-color css
<style>
span { border-color: #2075DC; }
span { border-color: rgb(32,117,220); }
td.TdClassName
{
border-color: #2075DC;
}
.TagClassName
{
border-color: #2075DC;
}
</style>