Shades of Navy Blue #1681CB
Tints of Navy Blue #1681CB
RGB
CMYK
RGB Variations
Color information
#1681CB (or 0x1681CB) is known color: Navy Blue. HEX triplet: 16, 81 and CB. RGB value is (22,129,203). Sum of RGB (Red+Green+Blue) = 22+129+203=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #1681CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1681CB is #E97E34. Grayscale: #696969. Windows color (decimal): -15302197 or 13336854. OLE color: 13336854.
HSL color Cylindrical-coordinate representation of color #1681CB: hue angle of 204.53º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1681CB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 129 | 203 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.20 |
| HSL | 204.53º | 0.8% | 0.44% | - |
| HSV(B) | 204.53º | 0.89% | 0.8% | - |
| XYZ | 18.96 | 20.18 | 59.4 | - |
| YUV | 105.44 | 183.05 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 203 | 0.89 | 0.36 | 0 | 0.20 | 204.53 | 0.8 | 0.44 |
| Hex | 16 | 81 | CB | 59 | 24 | 0 | 14 | CD | 50 | 2C |
| Octal | 26 | 201 | 313 | 131 | 44 | 0 | 24 | 315 | 120 | 54 |
| Binary | 10110 | 10000001 | 11001011 | 1011001 | 100100 | 0 | 10100 | 11001101 | 1010000 | 101100 |
Color Harmonies of #1681CB
Complementary color
Monochromatic Colors of #1681CB
Black with #1681CB
Text Example
Text Example
White with #1681CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1681CB; }
p { color: rgb(22,129,203); }
H1.HeaderClassName
{
color: #1681CB;
}
.AnyTagClassName
{
color: #1681CB;
}
</style>
background-color css
<style>
a { background-color: #1681CB; }
a { background-color: rgb(22,129,203); }
div.DivClassName
{
background-color: #1681CB;
}
.BgClassName
{
background-color: #1681CB;
}
</style>
border-color css
<style>
span { border-color: #1681CB; }
span { border-color: rgb(22,129,203); }
td.TdClassName
{
border-color: #1681CB;
}
.TagClassName
{
border-color: #1681CB;
}
</style>