Shades of Navy Blue #1784CF
Tints of Navy Blue #1784CF
RGB
CMYK
RGB Variations
Color information
#1784CF (or 0x1784CF) is known color: Navy Blue. HEX triplet: 17, 84 and CF. RGB value is (23,132,207). Sum of RGB (Red+Green+Blue) = 23+132+207=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1784CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784CF is #E87B30. Grayscale: #6B6B6B. Windows color (decimal): -15235889 or 13599767. OLE color: 13599767.
HSL color Cylindrical-coordinate representation of color #1784CF: hue angle of 204.46º 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 #1784CF is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 132 | 207 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.19 |
| HSL | 204.46º | 0.8% | 0.45% | - |
| HSV(B) | 204.46º | 0.89% | 0.81% | - |
| XYZ | 19.87 | 21.19 | 62.07 | - |
| YUV | 107.96 | 183.89 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 207 | 0.89 | 0.36 | 0 | 0.19 | 204.46 | 0.8 | 0.45 |
| Hex | 17 | 84 | CF | 59 | 24 | 0 | 13 | CC | 50 | 2D |
| Octal | 27 | 204 | 317 | 131 | 44 | 0 | 23 | 314 | 120 | 55 |
| Binary | 10111 | 10000100 | 11001111 | 1011001 | 100100 | 0 | 10011 | 11001100 | 1010000 | 101101 |
Color Harmonies of #1784CF
Complementary color
Monochromatic Colors of #1784CF
Black with #1784CF
Text Example
Text Example
White with #1784CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1784CF; }
p { color: rgb(23,132,207); }
H1.HeaderClassName
{
color: #1784CF;
}
.AnyTagClassName
{
color: #1784CF;
}
</style>
background-color css
<style>
a { background-color: #1784CF; }
a { background-color: rgb(23,132,207); }
div.DivClassName
{
background-color: #1784CF;
}
.BgClassName
{
background-color: #1784CF;
}
</style>
border-color css
<style>
span { border-color: #1784CF; }
span { border-color: rgb(23,132,207); }
td.TdClassName
{
border-color: #1784CF;
}
.TagClassName
{
border-color: #1784CF;
}
</style>