Shades of Navy Blue #1774CF
Tints of Navy Blue #1774CF
RGB
CMYK
RGB Variations
Color information
#1774CF (or 0x1774CF) is known color: Navy Blue. HEX triplet: 17, 74 and CF. RGB value is (23,116,207). Sum of RGB (Red+Green+Blue) = 23+116+207=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #1774CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774CF is #E88B30. Grayscale: #626262. Windows color (decimal): -15239985 or 13595671. OLE color: 13595671.
HSL color Cylindrical-coordinate representation of color #1774CF: hue angle of 209.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1774CF is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 116 | 207 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.19 |
| HSL | 209.67º | 0.8% | 0.45% | - |
| HSV(B) | 209.67º | 0.89% | 0.81% | - |
| XYZ | 17.86 | 17.18 | 61.41 | - |
| YUV | 98.57 | 189.19 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 207 | 0.89 | 0.44 | 0 | 0.19 | 209.67 | 0.8 | 0.45 |
| Hex | 17 | 74 | CF | 59 | 2C | 0 | 13 | D2 | 50 | 2D |
| Octal | 27 | 164 | 317 | 131 | 54 | 0 | 23 | 322 | 120 | 55 |
| Binary | 10111 | 1110100 | 11001111 | 1011001 | 101100 | 0 | 10011 | 11010010 | 1010000 | 101101 |
Color Harmonies of #1774CF
Complementary color
Monochromatic Colors of #1774CF
Black with #1774CF
Text Example
Text Example
White with #1774CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1774CF; }
p { color: rgb(23,116,207); }
H1.HeaderClassName
{
color: #1774CF;
}
.AnyTagClassName
{
color: #1774CF;
}
</style>
background-color css
<style>
a { background-color: #1774CF; }
a { background-color: rgb(23,116,207); }
div.DivClassName
{
background-color: #1774CF;
}
.BgClassName
{
background-color: #1774CF;
}
</style>
border-color css
<style>
span { border-color: #1774CF; }
span { border-color: rgb(23,116,207); }
td.TdClassName
{
border-color: #1774CF;
}
.TagClassName
{
border-color: #1774CF;
}
</style>