Shades of Navy Blue #1063CE
Tints of Navy Blue #1063CE
RGB
CMYK
RGB Variations
Color information
#1063CE (or 0x1063CE) is known color: Navy Blue. HEX triplet: 10, 63 and CE. RGB value is (16,99,206). Sum of RGB (Red+Green+Blue) = 16+99+206=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #1063CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CE is #EF9C31. Grayscale: #555555. Windows color (decimal): -15703090 or 13525776. OLE color: 13525776.
HSL color Cylindrical-coordinate representation of color #1063CE: hue angle of 213.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063CE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 99 | 206 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.19 |
| HSL | 213.79º | 0.86% | 0.44% | - |
| HSV(B) | 213.79º | 0.92% | 0.81% | - |
| XYZ | 15.82 | 13.49 | 60.16 | - |
| YUV | 86.38 | 195.5 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 206 | 0.92 | 0.52 | 0 | 0.19 | 213.79 | 0.86 | 0.44 |
| Hex | 10 | 63 | CE | 5C | 34 | 0 | 13 | D6 | 56 | 2C |
| Octal | 20 | 143 | 316 | 134 | 64 | 0 | 23 | 326 | 126 | 54 |
| Binary | 10000 | 1100011 | 11001110 | 1011100 | 110100 | 0 | 10011 | 11010110 | 1010110 | 101100 |
Color Harmonies of #1063CE
Complementary color
Monochromatic Colors of #1063CE
Black with #1063CE
Text Example
Text Example
White with #1063CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063CE; }
p { color: rgb(16,99,206); }
H1.HeaderClassName
{
color: #1063CE;
}
.AnyTagClassName
{
color: #1063CE;
}
</style>
background-color css
<style>
a { background-color: #1063CE; }
a { background-color: rgb(16,99,206); }
div.DivClassName
{
background-color: #1063CE;
}
.BgClassName
{
background-color: #1063CE;
}
</style>
border-color css
<style>
span { border-color: #1063CE; }
span { border-color: rgb(16,99,206); }
td.TdClassName
{
border-color: #1063CE;
}
.TagClassName
{
border-color: #1063CE;
}
</style>