Shades of Navy Blue #1782CB
Tints of Navy Blue #1782CB
RGB
CMYK
RGB Variations
Color information
#1782CB (or 0x1782CB) is known color: Navy Blue. HEX triplet: 17, 82 and CB. RGB value is (23,130,203). Sum of RGB (Red+Green+Blue) = 23+130+203=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1782CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782CB is #E87D34. Grayscale: #696969. Windows color (decimal): -15236405 or 13337111. OLE color: 13337111.
HSL color Cylindrical-coordinate representation of color #1782CB: hue angle of 204.33º 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 #1782CB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 130 | 203 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.20 |
| HSL | 204.33º | 0.8% | 0.44% | - |
| HSV(B) | 204.33º | 0.89% | 0.8% | - |
| XYZ | 19.12 | 20.46 | 59.44 | - |
| YUV | 106.33 | 182.55 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 203 | 0.89 | 0.36 | 0 | 0.20 | 204.33 | 0.8 | 0.44 |
| Hex | 17 | 82 | CB | 59 | 24 | 0 | 14 | CC | 50 | 2C |
| Octal | 27 | 202 | 313 | 131 | 44 | 0 | 24 | 314 | 120 | 54 |
| Binary | 10111 | 10000010 | 11001011 | 1011001 | 100100 | 0 | 10100 | 11001100 | 1010000 | 101100 |
Color Harmonies of #1782CB
Complementary color
Monochromatic Colors of #1782CB
Black with #1782CB
Text Example
Text Example
White with #1782CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782CB; }
p { color: rgb(23,130,203); }
H1.HeaderClassName
{
color: #1782CB;
}
.AnyTagClassName
{
color: #1782CB;
}
</style>
background-color css
<style>
a { background-color: #1782CB; }
a { background-color: rgb(23,130,203); }
div.DivClassName
{
background-color: #1782CB;
}
.BgClassName
{
background-color: #1782CB;
}
</style>
border-color css
<style>
span { border-color: #1782CB; }
span { border-color: rgb(23,130,203); }
td.TdClassName
{
border-color: #1782CB;
}
.TagClassName
{
border-color: #1782CB;
}
</style>