Shades of Navy Blue #1283CF
Tints of Navy Blue #1283CF
RGB
CMYK
RGB Variations
Color information
#1283CF (or 0x1283CF) is known color: Navy Blue. HEX triplet: 12, 83 and CF. RGB value is (18,131,207). Sum of RGB (Red+Green+Blue) = 18+131+207=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #1283CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283CF is #ED7C30. Grayscale: #696969. Windows color (decimal): -15563825 or 13599506. OLE color: 13599506.
HSL color Cylindrical-coordinate representation of color #1283CF: hue angle of 204.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1283CF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 131 | 207 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.19 |
| HSL | 204.13º | 0.84% | 0.44% | - |
| HSV(B) | 204.13º | 0.91% | 0.81% | - |
| XYZ | 19.63 | 20.87 | 62.02 | - |
| YUV | 105.88 | 185.06 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 207 | 0.91 | 0.37 | 0 | 0.19 | 204.13 | 0.84 | 0.44 |
| Hex | 12 | 83 | CF | 5B | 25 | 0 | 13 | CC | 54 | 2C |
| Octal | 22 | 203 | 317 | 133 | 45 | 0 | 23 | 314 | 124 | 54 |
| Binary | 10010 | 10000011 | 11001111 | 1011011 | 100101 | 0 | 10011 | 11001100 | 1010100 | 101100 |
Color Harmonies of #1283CF
Complementary color
Monochromatic Colors of #1283CF
Black with #1283CF
Text Example
Text Example
White with #1283CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283CF; }
p { color: rgb(18,131,207); }
H1.HeaderClassName
{
color: #1283CF;
}
.AnyTagClassName
{
color: #1283CF;
}
</style>
background-color css
<style>
a { background-color: #1283CF; }
a { background-color: rgb(18,131,207); }
div.DivClassName
{
background-color: #1283CF;
}
.BgClassName
{
background-color: #1283CF;
}
</style>
border-color css
<style>
span { border-color: #1283CF; }
span { border-color: rgb(18,131,207); }
td.TdClassName
{
border-color: #1283CF;
}
.TagClassName
{
border-color: #1283CF;
}
</style>