Shades of Navy Blue #1C82CF
Tints of Navy Blue #1C82CF
RGB
CMYK
RGB Variations
Color information
#1C82CF (or 0x1C82CF) is known color: Navy Blue. HEX triplet: 1C, 82 and CF. RGB value is (28,130,207). Sum of RGB (Red+Green+Blue) = 28+130+207=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C82CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C82CF is #E37D30. Grayscale: #6B6B6B. Windows color (decimal): -14908721 or 13599260. OLE color: 13599260.
HSL color Cylindrical-coordinate representation of color #1C82CF: hue angle of 205.81º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C82CF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 130 | 207 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.19 |
| HSL | 205.81º | 0.76% | 0.46% | - |
| HSV(B) | 205.81º | 0.86% | 0.81% | - |
| XYZ | 19.72 | 20.72 | 61.99 | - |
| YUV | 108.28 | 183.71 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 207 | 0.86 | 0.37 | 0 | 0.19 | 205.81 | 0.76 | 0.46 |
| Hex | 1C | 82 | CF | 56 | 25 | 0 | 13 | CE | 4C | 2E |
| Octal | 34 | 202 | 317 | 126 | 45 | 0 | 23 | 316 | 114 | 56 |
| Binary | 11100 | 10000010 | 11001111 | 1010110 | 100101 | 0 | 10011 | 11001110 | 1001100 | 101110 |
Color Harmonies of #1C82CF
Complementary color
Monochromatic Colors of #1C82CF
Black with #1C82CF
Text Example
Text Example
White with #1C82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C82CF; }
p { color: rgb(28,130,207); }
H1.HeaderClassName
{
color: #1C82CF;
}
.AnyTagClassName
{
color: #1C82CF;
}
</style>
background-color css
<style>
a { background-color: #1C82CF; }
a { background-color: rgb(28,130,207); }
div.DivClassName
{
background-color: #1C82CF;
}
.BgClassName
{
background-color: #1C82CF;
}
</style>
border-color css
<style>
span { border-color: #1C82CF; }
span { border-color: rgb(28,130,207); }
td.TdClassName
{
border-color: #1C82CF;
}
.TagClassName
{
border-color: #1C82CF;
}
</style>