Shades of Navy Blue #1283D0
Tints of Navy Blue #1283D0
RGB
CMYK
RGB Variations
Color information
#1283D0 (or 0x1283D0) is known color: Navy Blue. HEX triplet: 12, 83 and D0. RGB value is (18,131,208). Sum of RGB (Red+Green+Blue) = 18+131+208=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #1283D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283D0 is #ED7C2F. Grayscale: #696969. Windows color (decimal): -15563824 or 13665042. OLE color: 13665042.
HSL color Cylindrical-coordinate representation of color #1283D0: hue angle of 204.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1283D0 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 131 | 208 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.18 |
| HSL | 204.32º | 0.84% | 0.44% | - |
| HSV(B) | 204.32º | 0.91% | 0.82% | - |
| XYZ | 19.75 | 20.92 | 62.67 | - |
| YUV | 105.99 | 185.56 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 208 | 0.91 | 0.37 | 0 | 0.18 | 204.32 | 0.84 | 0.44 |
| Hex | 12 | 83 | D0 | 5B | 25 | 0 | 12 | CC | 54 | 2C |
| Octal | 22 | 203 | 320 | 133 | 45 | 0 | 22 | 314 | 124 | 54 |
| Binary | 10010 | 10000011 | 11010000 | 1011011 | 100101 | 0 | 10010 | 11001100 | 1010100 | 101100 |
Color Harmonies of #1283D0
Complementary color
Monochromatic Colors of #1283D0
Black with #1283D0
Text Example
Text Example
White with #1283D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283D0; }
p { color: rgb(18,131,208); }
H1.HeaderClassName
{
color: #1283D0;
}
.AnyTagClassName
{
color: #1283D0;
}
</style>
background-color css
<style>
a { background-color: #1283D0; }
a { background-color: rgb(18,131,208); }
div.DivClassName
{
background-color: #1283D0;
}
.BgClassName
{
background-color: #1283D0;
}
</style>
border-color css
<style>
span { border-color: #1283D0; }
span { border-color: rgb(18,131,208); }
td.TdClassName
{
border-color: #1283D0;
}
.TagClassName
{
border-color: #1283D0;
}
</style>