Shades of Navy Blue #1282CF
Tints of Navy Blue #1282CF
RGB
CMYK
RGB Variations
Color information
#1282CF (or 0x1282CF) is known color: Navy Blue. HEX triplet: 12, 82 and CF. RGB value is (18,130,207). Sum of RGB (Red+Green+Blue) = 18+130+207=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #1282CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282CF is #ED7D30. Grayscale: #686868. Windows color (decimal): -15564081 or 13599250. OLE color: 13599250.
HSL color Cylindrical-coordinate representation of color #1282CF: hue angle of 204.44º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1282CF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 130 | 207 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.19 |
| HSL | 204.44º | 0.84% | 0.44% | - |
| HSV(B) | 204.44º | 0.91% | 0.81% | - |
| XYZ | 19.49 | 20.6 | 61.98 | - |
| YUV | 105.29 | 185.39 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 207 | 0.91 | 0.37 | 0 | 0.19 | 204.44 | 0.84 | 0.44 |
| Hex | 12 | 82 | CF | 5B | 25 | 0 | 13 | CC | 54 | 2C |
| Octal | 22 | 202 | 317 | 133 | 45 | 0 | 23 | 314 | 124 | 54 |
| Binary | 10010 | 10000010 | 11001111 | 1011011 | 100101 | 0 | 10011 | 11001100 | 1010100 | 101100 |
Color Harmonies of #1282CF
Complementary color
Monochromatic Colors of #1282CF
Black with #1282CF
Text Example
Text Example
White with #1282CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282CF; }
p { color: rgb(18,130,207); }
H1.HeaderClassName
{
color: #1282CF;
}
.AnyTagClassName
{
color: #1282CF;
}
</style>
background-color css
<style>
a { background-color: #1282CF; }
a { background-color: rgb(18,130,207); }
div.DivClassName
{
background-color: #1282CF;
}
.BgClassName
{
background-color: #1282CF;
}
</style>
border-color css
<style>
span { border-color: #1282CF; }
span { border-color: rgb(18,130,207); }
td.TdClassName
{
border-color: #1282CF;
}
.TagClassName
{
border-color: #1282CF;
}
</style>