Shades of Navy Blue #1183CA
Tints of Navy Blue #1183CA
RGB
CMYK
RGB Variations
Color information
#1183CA (or 0x1183CA) is known color: Navy Blue. HEX triplet: 11, 83 and CA. RGB value is (17,131,202). Sum of RGB (Red+Green+Blue) = 17+131+202=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #1183CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183CA is #EE7C35. Grayscale: #686868. Windows color (decimal): -15629366 or 13271825. OLE color: 13271825.
HSL color Cylindrical-coordinate representation of color #1183CA: hue angle of 203.03º degrees, saturation: 0.84, 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 #1183CA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 131 | 202 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.21 |
| HSL | 203.03º | 0.84% | 0.43% | - |
| HSV(B) | 203.03º | 0.92% | 0.79% | - |
| XYZ | 19.01 | 20.62 | 58.85 | - |
| YUV | 105.01 | 182.73 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 202 | 0.92 | 0.35 | 0 | 0.21 | 203.03 | 0.84 | 0.43 |
| Hex | 11 | 83 | CA | 5C | 23 | 0 | 15 | CB | 54 | 2B |
| Octal | 21 | 203 | 312 | 134 | 43 | 0 | 25 | 313 | 124 | 53 |
| Binary | 10001 | 10000011 | 11001010 | 1011100 | 100011 | 0 | 10101 | 11001011 | 1010100 | 101011 |
Color Harmonies of #1183CA
Complementary color
Monochromatic Colors of #1183CA
Black with #1183CA
Text Example
Text Example
White with #1183CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183CA; }
p { color: rgb(17,131,202); }
H1.HeaderClassName
{
color: #1183CA;
}
.AnyTagClassName
{
color: #1183CA;
}
</style>
background-color css
<style>
a { background-color: #1183CA; }
a { background-color: rgb(17,131,202); }
div.DivClassName
{
background-color: #1183CA;
}
.BgClassName
{
background-color: #1183CA;
}
</style>
border-color css
<style>
span { border-color: #1183CA; }
span { border-color: rgb(17,131,202); }
td.TdClassName
{
border-color: #1183CA;
}
.TagClassName
{
border-color: #1183CA;
}
</style>