Shades of Navy Blue #1283CA
Tints of Navy Blue #1283CA
RGB
CMYK
RGB Variations
Color information
#1283CA (or 0x1283CA) is known color: Navy Blue. HEX triplet: 12, 83 and CA. RGB value is (18,131,202). Sum of RGB (Red+Green+Blue) = 18+131+202=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #1283CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283CA is #ED7C35. Grayscale: #686868. Windows color (decimal): -15563830 or 13271826. OLE color: 13271826.
HSL color Cylindrical-coordinate representation of color #1283CA: hue angle of 203.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1283CA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 131 | 202 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.21 |
| HSL | 203.15º | 0.84% | 0.43% | - |
| HSV(B) | 203.15º | 0.91% | 0.79% | - |
| XYZ | 19.03 | 20.63 | 58.86 | - |
| YUV | 105.31 | 182.56 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 202 | 0.91 | 0.35 | 0 | 0.21 | 203.15 | 0.84 | 0.43 |
| Hex | 12 | 83 | CA | 5B | 23 | 0 | 15 | CB | 54 | 2B |
| Octal | 22 | 203 | 312 | 133 | 43 | 0 | 25 | 313 | 124 | 53 |
| Binary | 10010 | 10000011 | 11001010 | 1011011 | 100011 | 0 | 10101 | 11001011 | 1010100 | 101011 |
Color Harmonies of #1283CA
Complementary color
Monochromatic Colors of #1283CA
Black with #1283CA
Text Example
Text Example
White with #1283CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283CA; }
p { color: rgb(18,131,202); }
H1.HeaderClassName
{
color: #1283CA;
}
.AnyTagClassName
{
color: #1283CA;
}
</style>
background-color css
<style>
a { background-color: #1283CA; }
a { background-color: rgb(18,131,202); }
div.DivClassName
{
background-color: #1283CA;
}
.BgClassName
{
background-color: #1283CA;
}
</style>
border-color css
<style>
span { border-color: #1283CA; }
span { border-color: rgb(18,131,202); }
td.TdClassName
{
border-color: #1283CA;
}
.TagClassName
{
border-color: #1283CA;
}
</style>