Shades of Navy Blue #1081CA
Tints of Navy Blue #1081CA
RGB
CMYK
RGB Variations
Color information
#1081CA (or 0x1081CA) is known color: Navy Blue. HEX triplet: 10, 81 and CA. RGB value is (16,129,202). Sum of RGB (Red+Green+Blue) = 16+129+202=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #1081CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081CA is #EF7E35. Grayscale: #676767. Windows color (decimal): -15695414 or 13271312. OLE color: 13271312.
HSL color Cylindrical-coordinate representation of color #1081CA: hue angle of 203.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1081CA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 129 | 202 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.21 |
| HSL | 203.55º | 0.85% | 0.43% | - |
| HSV(B) | 203.55º | 0.92% | 0.79% | - |
| XYZ | 18.72 | 20.07 | 58.77 | - |
| YUV | 103.54 | 183.56 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 202 | 0.92 | 0.36 | 0 | 0.21 | 203.55 | 0.85 | 0.43 |
| Hex | 10 | 81 | CA | 5C | 24 | 0 | 15 | CC | 55 | 2B |
| Octal | 20 | 201 | 312 | 134 | 44 | 0 | 25 | 314 | 125 | 53 |
| Binary | 10000 | 10000001 | 11001010 | 1011100 | 100100 | 0 | 10101 | 11001100 | 1010101 | 101011 |
Color Harmonies of #1081CA
Complementary color
Monochromatic Colors of #1081CA
Black with #1081CA
Text Example
Text Example
White with #1081CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081CA; }
p { color: rgb(16,129,202); }
H1.HeaderClassName
{
color: #1081CA;
}
.AnyTagClassName
{
color: #1081CA;
}
</style>
background-color css
<style>
a { background-color: #1081CA; }
a { background-color: rgb(16,129,202); }
div.DivClassName
{
background-color: #1081CA;
}
.BgClassName
{
background-color: #1081CA;
}
</style>
border-color css
<style>
span { border-color: #1081CA; }
span { border-color: rgb(16,129,202); }
td.TdClassName
{
border-color: #1081CA;
}
.TagClassName
{
border-color: #1081CA;
}
</style>