Shades of Navy Blue #1263EF
Tints of Navy Blue #1263EF
RGB
CMYK
RGB Variations
Color information
#1263EF (or 0x1263EF) is known color: Navy Blue. HEX triplet: 12, 63 and EF. RGB value is (18,99,239). Sum of RGB (Red+Green+Blue) = 18+99+239=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #1263EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1263EF is #ED9C10. Grayscale: #5A5A5A. Windows color (decimal): -15571985 or 15688466. OLE color: 15688466.
HSL color Cylindrical-coordinate representation of color #1263EF: hue angle of 218.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1263EF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 99 | 239 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.06 |
| HSL | 218.01º | 0.87% | 0.5% | - |
| HSV(B) | 218.01º | 0.92% | 0.94% | - |
| XYZ | 20.29 | 15.28 | 83.54 | - |
| YUV | 90.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 239 | 0.92 | 0.59 | 0 | 0.06 | 218.01 | 0.87 | 0.5 |
| Hex | 12 | 63 | EF | 5C | 3B | 0 | 6 | DA | 57 | 32 |
| Octal | 22 | 143 | 357 | 134 | 73 | 0 | 6 | 332 | 127 | 62 |
| Binary | 10010 | 1100011 | 11101111 | 1011100 | 111011 | 0 | 110 | 11011010 | 1010111 | 110010 |
Color Harmonies of #1263EF
Complementary color
Monochromatic Colors of #1263EF
Black with #1263EF
Text Example
Text Example
White with #1263EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263EF; }
p { color: rgb(18,99,239); }
H1.HeaderClassName
{
color: #1263EF;
}
.AnyTagClassName
{
color: #1263EF;
}
</style>
background-color css
<style>
a { background-color: #1263EF; }
a { background-color: rgb(18,99,239); }
div.DivClassName
{
background-color: #1263EF;
}
.BgClassName
{
background-color: #1263EF;
}
</style>
border-color css
<style>
span { border-color: #1263EF; }
span { border-color: rgb(18,99,239); }
td.TdClassName
{
border-color: #1263EF;
}
.TagClassName
{
border-color: #1263EF;
}
</style>