Shades of Navy Blue #1C7CDC
Tints of Navy Blue #1C7CDC
RGB
CMYK
RGB Variations
Color information
#1C7CDC (or 0x1C7CDC) is known color: Navy Blue. HEX triplet: 1C, 7C and DC. RGB value is (28,124,220). Sum of RGB (Red+Green+Blue) = 28+124+220=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C7CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7CDC is #E38323. Grayscale: #696969. Windows color (decimal): -14910244 or 14449692. OLE color: 14449692.
HSL color Cylindrical-coordinate representation of color #1C7CDC: hue angle of 210º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C7CDC is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 124 | 220 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.14 |
| HSL | 210º | 0.77% | 0.49% | - |
| HSV(B) | 210º | 0.87% | 0.86% | - |
| XYZ | 20.6 | 19.83 | 70.45 | - |
| YUV | 106.24 | 192.2 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 220 | 0.87 | 0.44 | 0 | 0.14 | 210 | 0.77 | 0.49 |
| Hex | 1C | 7C | DC | 57 | 2C | 0 | E | D2 | 4D | 31 |
| Octal | 34 | 174 | 334 | 127 | 54 | 0 | 16 | 322 | 115 | 61 |
| Binary | 11100 | 1111100 | 11011100 | 1010111 | 101100 | 0 | 1110 | 11010010 | 1001101 | 110001 |
Color Harmonies of #1C7CDC
Complementary color
Monochromatic Colors of #1C7CDC
Black with #1C7CDC
Text Example
Text Example
White with #1C7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7CDC; }
p { color: rgb(28,124,220); }
H1.HeaderClassName
{
color: #1C7CDC;
}
.AnyTagClassName
{
color: #1C7CDC;
}
</style>
background-color css
<style>
a { background-color: #1C7CDC; }
a { background-color: rgb(28,124,220); }
div.DivClassName
{
background-color: #1C7CDC;
}
.BgClassName
{
background-color: #1C7CDC;
}
</style>
border-color css
<style>
span { border-color: #1C7CDC; }
span { border-color: rgb(28,124,220); }
td.TdClassName
{
border-color: #1C7CDC;
}
.TagClassName
{
border-color: #1C7CDC;
}
</style>