Shades of Navy Blue #1983CB
Tints of Navy Blue #1983CB
RGB
CMYK
RGB Variations
Color information
#1983CB (or 0x1983CB) is known color: Navy Blue. HEX triplet: 19, 83 and CB. RGB value is (25,131,203). Sum of RGB (Red+Green+Blue) = 25+131+203=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #1983CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983CB is #E67C34. Grayscale: #6B6B6B. Windows color (decimal): -15105077 or 13337369. OLE color: 13337369.
HSL color Cylindrical-coordinate representation of color #1983CB: hue angle of 204.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1983CB is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 131 | 203 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.20 |
| HSL | 204.27º | 0.78% | 0.45% | - |
| HSV(B) | 204.27º | 0.88% | 0.8% | - |
| XYZ | 19.3 | 20.75 | 59.49 | - |
| YUV | 107.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 203 | 0.88 | 0.35 | 0 | 0.20 | 204.27 | 0.78 | 0.45 |
| Hex | 19 | 83 | CB | 58 | 23 | 0 | 14 | CC | 4E | 2D |
| Octal | 31 | 203 | 313 | 130 | 43 | 0 | 24 | 314 | 116 | 55 |
| Binary | 11001 | 10000011 | 11001011 | 1011000 | 100011 | 0 | 10100 | 11001100 | 1001110 | 101101 |
Color Harmonies of #1983CB
Complementary color
Monochromatic Colors of #1983CB
Black with #1983CB
Text Example
Text Example
White with #1983CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983CB; }
p { color: rgb(25,131,203); }
H1.HeaderClassName
{
color: #1983CB;
}
.AnyTagClassName
{
color: #1983CB;
}
</style>
background-color css
<style>
a { background-color: #1983CB; }
a { background-color: rgb(25,131,203); }
div.DivClassName
{
background-color: #1983CB;
}
.BgClassName
{
background-color: #1983CB;
}
</style>
border-color css
<style>
span { border-color: #1983CB; }
span { border-color: rgb(25,131,203); }
td.TdClassName
{
border-color: #1983CB;
}
.TagClassName
{
border-color: #1983CB;
}
</style>