Shades of Navy Blue #1783CB
Tints of Navy Blue #1783CB
RGB
CMYK
RGB Variations
Color information
#1783CB (or 0x1783CB) is known color: Navy Blue. HEX triplet: 17, 83 and CB. RGB value is (23,131,203). Sum of RGB (Red+Green+Blue) = 23+131+203=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #1783CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1783CB is #E87C34. Grayscale: #6A6A6A. Windows color (decimal): -15236149 or 13337367. OLE color: 13337367.
HSL color Cylindrical-coordinate representation of color #1783CB: hue angle of 204º 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 #1783CB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 131 | 203 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.20 |
| HSL | 204º | 0.8% | 0.44% | - |
| HSV(B) | 204º | 0.89% | 0.8% | - |
| XYZ | 19.25 | 20.73 | 59.49 | - |
| YUV | 106.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 131 | 203 | 0.89 | 0.35 | 0 | 0.20 | 204 | 0.8 | 0.44 |
| Hex | 17 | 83 | CB | 59 | 23 | 0 | 14 | CC | 50 | 2C |
| Octal | 27 | 203 | 313 | 131 | 43 | 0 | 24 | 314 | 120 | 54 |
| Binary | 10111 | 10000011 | 11001011 | 1011001 | 100011 | 0 | 10100 | 11001100 | 1010000 | 101100 |
Color Harmonies of #1783CB
Complementary color
Monochromatic Colors of #1783CB
Black with #1783CB
Text Example
Text Example
White with #1783CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1783CB; }
p { color: rgb(23,131,203); }
H1.HeaderClassName
{
color: #1783CB;
}
.AnyTagClassName
{
color: #1783CB;
}
</style>
background-color css
<style>
a { background-color: #1783CB; }
a { background-color: rgb(23,131,203); }
div.DivClassName
{
background-color: #1783CB;
}
.BgClassName
{
background-color: #1783CB;
}
</style>
border-color css
<style>
span { border-color: #1783CB; }
span { border-color: rgb(23,131,203); }
td.TdClassName
{
border-color: #1783CB;
}
.TagClassName
{
border-color: #1783CB;
}
</style>