Shades of Navy Blue #1283DB
Tints of Navy Blue #1283DB
RGB
CMYK
RGB Variations
Color information
#1283DB (or 0x1283DB) is known color: Navy Blue. HEX triplet: 12, 83 and DB. RGB value is (18,131,219). Sum of RGB (Red+Green+Blue) = 18+131+219=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #1283DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283DB is #ED7C24. Grayscale: #6A6A6A. Windows color (decimal): -15563813 or 14385938. OLE color: 14385938.
HSL color Cylindrical-coordinate representation of color #1283DB: hue angle of 206.27º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1283DB is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 131 | 219 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.14 |
| HSL | 206.27º | 0.85% | 0.46% | - |
| HSV(B) | 206.27º | 0.92% | 0.86% | - |
| XYZ | 21.15 | 21.48 | 70.05 | - |
| YUV | 107.25 | 191.06 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 219 | 0.92 | 0.40 | 0 | 0.14 | 206.27 | 0.85 | 0.46 |
| Hex | 12 | 83 | DB | 5C | 28 | 0 | E | CE | 55 | 2E |
| Octal | 22 | 203 | 333 | 134 | 50 | 0 | 16 | 316 | 125 | 56 |
| Binary | 10010 | 10000011 | 11011011 | 1011100 | 101000 | 0 | 1110 | 11001110 | 1010101 | 101110 |
Color Harmonies of #1283DB
Complementary color
Monochromatic Colors of #1283DB
Black with #1283DB
Text Example
Text Example
White with #1283DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283DB; }
p { color: rgb(18,131,219); }
H1.HeaderClassName
{
color: #1283DB;
}
.AnyTagClassName
{
color: #1283DB;
}
</style>
background-color css
<style>
a { background-color: #1283DB; }
a { background-color: rgb(18,131,219); }
div.DivClassName
{
background-color: #1283DB;
}
.BgClassName
{
background-color: #1283DB;
}
</style>
border-color css
<style>
span { border-color: #1283DB; }
span { border-color: rgb(18,131,219); }
td.TdClassName
{
border-color: #1283DB;
}
.TagClassName
{
border-color: #1283DB;
}
</style>