Shades of Navy Blue #1283DC
Tints of Navy Blue #1283DC
RGB
CMYK
RGB Variations
Color information
#1283DC (or 0x1283DC) is known color: Navy Blue. HEX triplet: 12, 83 and DC. RGB value is (18,131,220). Sum of RGB (Red+Green+Blue) = 18+131+220=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #1283DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283DC is #ED7C23. Grayscale: #6A6A6A. Windows color (decimal): -15563812 or 14451474. OLE color: 14451474.
HSL color Cylindrical-coordinate representation of color #1283DC: hue angle of 206.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1283DC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 131 | 220 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.14 |
| HSL | 206.44º | 0.85% | 0.47% | - |
| HSV(B) | 206.44º | 0.92% | 0.86% | - |
| XYZ | 21.28 | 21.53 | 70.74 | - |
| YUV | 107.36 | 191.56 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 220 | 0.92 | 0.40 | 0 | 0.14 | 206.44 | 0.85 | 0.47 |
| Hex | 12 | 83 | DC | 5C | 28 | 0 | E | CE | 55 | 2F |
| Octal | 22 | 203 | 334 | 134 | 50 | 0 | 16 | 316 | 125 | 57 |
| Binary | 10010 | 10000011 | 11011100 | 1011100 | 101000 | 0 | 1110 | 11001110 | 1010101 | 101111 |
Color Harmonies of #1283DC
Complementary color
Monochromatic Colors of #1283DC
Black with #1283DC
Text Example
Text Example
White with #1283DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283DC; }
p { color: rgb(18,131,220); }
H1.HeaderClassName
{
color: #1283DC;
}
.AnyTagClassName
{
color: #1283DC;
}
</style>
background-color css
<style>
a { background-color: #1283DC; }
a { background-color: rgb(18,131,220); }
div.DivClassName
{
background-color: #1283DC;
}
.BgClassName
{
background-color: #1283DC;
}
</style>
border-color css
<style>
span { border-color: #1283DC; }
span { border-color: rgb(18,131,220); }
td.TdClassName
{
border-color: #1283DC;
}
.TagClassName
{
border-color: #1283DC;
}
</style>